File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ lazy val root = (project in file(".")).settings(
99 crossScalaVersions := List (" 2.11.8" /* TODO, "2.12.0-M4"*/ ),
1010 organization := " org.scala-lang.modules" ,
1111 version := " 0.6.0-SNAPSHOT" ,
12- unmanagedJars in Compile ++= Seq (baseDirectory.value / " ../target/scala-2.11/scala-java8-compat_2.11-0.8 .0-SNAPSHOT.jar" ),
12+ unmanagedJars in Compile ++= Seq (baseDirectory.value / " ../target/scala-2.11/scala-java8-compat_2.11-0.9 .0-SNAPSHOT.jar" ),
1313 // This would be nicer but sbt-jmh doesn't like it:
1414 // unmanagedClasspath in Compile += Attributed.blank(baseDirectory.value / "../target/scala-2.11/classes"),
1515 generateJmh := (runMain in Compile ).toTask(" bench.codegen.GenJmhBench" ).value,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val commonSettings = Seq(
1919 crossScalaVersions := List (" 2.12.0" , " 2.11.8" ),
2020 scalaVersion := crossScalaVersions.value.head,
2121 organization := " org.scala-lang.modules" ,
22- version := " 0.8 .0-SNAPSHOT"
22+ version := " 0.9 .0-SNAPSHOT"
2323)
2424
2525lazy val fnGen = (project in file(" fnGen" )).
You can’t perform that action at this time.
0 commit comments