summaryrefslogtreecommitdiff
path: root/test/benchmarks/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmarks/build.sbt')
-rw-r--r--test/benchmarks/build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/benchmarks/build.sbt b/test/benchmarks/build.sbt
index f80305f24b..ef603e18b3 100644
--- a/test/benchmarks/build.sbt
+++ b/test/benchmarks/build.sbt
@@ -1,11 +1,11 @@
scalaHome := Some(file("../../build/pack"))
-scalaVersion := "2.11.10"
-scalacOptions ++= Seq("-feature", "-Yopt:l:classpath")
+scalaVersion := "2.12.1-dev"
+scalacOptions ++= Seq("-feature", "-opt:l:classpath")
lazy val root = (project in file(".")).
enablePlugins(JmhPlugin).
settings(
name := "test-benchmarks",
version := "0.0.1",
- libraryDependencies += "org.openjdk.jol" % "jol-core" % "0.4"
+ libraryDependencies += "org.openjdk.jol" % "jol-core" % "0.6"
)