Skip to content

Commit 269f8a3

Browse files
committed
Bump version to 3.0.0-M10.
1 parent 233b977 commit 269f8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/scalatest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ object ScalatestBuild extends Build {
2121
// > ++ 2.10.5
2222
val buildScalaVersion = "2.11.7"
2323

24-
val releaseVersion = "3.0.0-M9"
24+
val releaseVersion = "3.0.0-M10"
2525

26-
val githubTag = "release-3.0.0-M9-for-scala-2.11-and-2.10" // for scaladoc source urls
26+
val githubTag = "release-3.0.0-M10-for-scala-2.11-and-2.10" // for scaladoc source urls
2727

2828
val docSourceUrl =
2929
"https://github.com/scalatest/scalatest/tree/"+ githubTag +

0 commit comments

Comments
 (0)