We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5959191 commit 6b6de0aCopy full SHA for 6b6de0a
project/scalatest.scala
@@ -21,11 +21,11 @@ object ScalatestBuild extends Build {
21
// > ++ 2.10.5
22
val buildScalaVersion = "2.11.8"
23
24
- val releaseVersion = "3.0.0-RC3"
+ val releaseVersion = "3.0.0-RC4"
25
26
val scalacheckVersion = "1.13.1"
27
28
- val githubTag = "release-3.0.0-M16-SNAP4-for-scala-2.11-and-2.10" // for scaladoc source urls
+ val githubTag = "release-3.0.0-RC4" // for scaladoc source urls
29
30
val scalatestDocSourceUrl =
31
"https://github.com/scalatest/scalatest/tree/"+ githubTag +
0 commit comments