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

Commit 909b1e8

Browse files
committed
Bump versions after the 2.11.0 release.
The release job does this dynamically, so this doesn't correct an error. Rather, it just brings things up to date in development mode.
1 parent 88cfa0a commit 909b1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ name := "scala-partest"
66

77
version := "1.0.0-SNAPSHOT"
88

9-
scalaVersion := "2.11.0-M8"
9+
scalaVersion := "2.11.0"
1010

11-
scalaXmlVersion := "1.0.0-RC7"
11+
scalaXmlVersion := "1.0.1"
1212

1313
scalaCheckVersion := "1.11.3"
1414

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

1818
// TODO: enable "-Xfatal-warnings" for nightlies,
1919
// off by default because we don't want to break scala/scala pr validation due to deprecation

0 commit comments

Comments
 (0)