We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fnGen
1 parent 525679c commit 547d7d6Copy full SHA for 547d7d6
build.sbt
@@ -46,16 +46,6 @@ lazy val commonSettings = Seq(
46
},
47
)
48
49
-lazy val fnGen = (project in file("fnGen"))
50
- .settings(commonSettings)
51
- .settings(
52
- crossScalaVersions := Seq("2.12.15"),
53
- scalaVersion := crossScalaVersions.value.head,
54
- run / fork := true, // Needed if you run this project directly
55
- libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
56
- libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value
57
- )
58
-
59
lazy val scalaJava8Compat = (project in file("."))
60
.settings(ScalaModulePlugin.scalaModuleSettings)
61
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
fnGen/WrapFnGen.scala
0 commit comments