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

Commit 3e608c0

Browse files
committed
Merge pull request #20 from retronym/topic/version-bump
Use _2.11 as the snapshot binary version, rather then _2.11.0.
2 parents 7a0c3dc + ca909cc commit 3e608c0

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)