From ca909ccaeca413ab38b6936ae65519634b2d9aea Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 7 May 2014 10:16:16 +0200 Subject: [PATCH] Use _2.11 as the snapshot binary version, rather then _2.11.0. So as to avoid: unresolved dependency: org.scalacheck#scalacheck_2.11.0;1.11.3: not found In our 2.12.0-SNAPSHOT PR validation. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 121b616..10ae259 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ scalaXmlVersion := "1.0.1" scalaCheckVersion := "1.11.3" // used as binary version when compiling against 2.12.0-SNAPSHOT -snapshotScalaBinaryVersion := "2.11.0" +snapshotScalaBinaryVersion := "2.11" // TODO remove this after https://github.com/scala/sbt-scala-modules/pull/7 // is merged and this build refers to the new plugin.