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

Use _2.11 as the snapshot binary version, rather then _2.11.0. #20

Merged
merged 1 commit into from
May 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down