Skip to content

Commit 4453cad

Browse files
authored
Merge pull request #84 from retronym/bump/0.9.0-SNAPSHOT
Bump to new snapshot version
2 parents 84a0a47 + 7e5c81f commit 4453cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
lazy val fnGen = (project in file("fnGen")).

0 commit comments

Comments
 (0)