Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit ca909cc

Browse files
committed
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.
1 parent cf78193 commit ca909cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scalaXmlVersion := "1.0.1"
1313
scalaCheckVersion := "1.11.3"
1414

1515
// used as binary version when compiling against 2.12.0-SNAPSHOT
16-
snapshotScalaBinaryVersion := "2.11.0"
16+
snapshotScalaBinaryVersion := "2.11"
1717

1818
// TODO remove this after https://github.com/scala/sbt-scala-modules/pull/7
1919
// is merged and this build refers to the new plugin.

0 commit comments

Comments
 (0)