Skip to content

Commit 6b6de0a

Browse files
committed
Bump the version to 3.0.0-RC4 and fix the link to source tag name.
1 parent 5959191 commit 6b6de0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/scalatest.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ object ScalatestBuild extends Build {
2121
// > ++ 2.10.5
2222
val buildScalaVersion = "2.11.8"
2323

24-
val releaseVersion = "3.0.0-RC3"
24+
val releaseVersion = "3.0.0-RC4"
2525

2626
val scalacheckVersion = "1.13.1"
2727

28-
val githubTag = "release-3.0.0-M16-SNAP4-for-scala-2.11-and-2.10" // for scaladoc source urls
28+
val githubTag = "release-3.0.0-RC4" // for scaladoc source urls
2929

3030
val scalatestDocSourceUrl =
3131
"https://github.com/scalatest/scalatest/tree/"+ githubTag +

0 commit comments

Comments
 (0)