File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ lazy val commonSettings = Seq(
1212 scalaVersion := " 2.11.7" ,
1313 crossScalaVersions := List (" 2.11.7" /* TODO, "2.12.0-M3"*/ ),
1414 organization := " org.scala-lang.modules" ,
15- version := " 0.6.0-SNAPSHOT" ,
16- libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value,
17- libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value
15+ version := " 0.6.0-SNAPSHOT"
1816)
1917
2018lazy val fnGen = (project in file(" fnGen" )).
2119 settings(commonSettings : _* ).
2220 settings(
23- fork in run := true // Needed if you run this project directly
21+ fork in run := true , // Needed if you run this project directly
22+ libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value,
23+ libraryDependencies += " org.scala-lang" % " scala-compiler" % scalaVersion.value
2424 )
2525
2626lazy val root = (project in file(" ." )).
You can’t perform that action at this time.
0 commit comments