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(
9
9
crossScalaVersions := List (" 2.11.8" /* TODO, "2.12.0-M4"*/ ),
10
10
organization := " org.scala-lang.modules" ,
11
11
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" ),
13
13
// This would be nicer but sbt-jmh doesn't like it:
14
14
// unmanagedClasspath in Compile += Attributed.blank(baseDirectory.value / "../target/scala-2.11/classes"),
15
15
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(
19
19
crossScalaVersions := List (" 2.12.0" , " 2.11.8" ),
20
20
scalaVersion := crossScalaVersions.value.head,
21
21
organization := " org.scala-lang.modules" ,
22
- version := " 0.8 .0-SNAPSHOT"
22
+ version := " 0.9 .0-SNAPSHOT"
23
23
)
24
24
25
25
lazy val fnGen = (project in file(" fnGen" )).
You can’t perform that action at this time.
0 commit comments