From 764d9ed305904e8d6a4758918acc330a41f76d22 Mon Sep 17 00:00:00 2001 From: Aki Huttunen Date: Mon, 23 Jan 2017 12:43:32 +0200 Subject: [PATCH] update to 2.12.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bf6185b..ebf0480 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ crossVersion := CrossVersion.binary scalacOptions ++= Seq("-optimize", "-unchecked", "-deprecation", "-Xcheckinit", "-encoding", "utf8") libraryDependencies <+= (scalaVersion) { - case v if v.startsWith("2.12") => "org.specs2" %% "specs2-core" % "3.8.5" % "test" + case v if v.startsWith("2.12") => "org.specs2" %% "specs2-core" % "3.8.7" % "test" case _ => "org.specs2" %% "specs2" % "2.3.11" % "test" } @@ -24,7 +24,7 @@ libraryDependencies ++= Seq( autoCompilerPlugins := true -crossScalaVersions := Seq("2.11.0", "2.12.0-RC1") +crossScalaVersions := Seq("2.11.0", "2.12.1") parallelExecution in Test := false