Skip to content

Commit 7991375

Browse files
committed
Changed default scala version to 2.11.11.
1 parent e25e606 commit 7991375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scalatest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object ScalatestBuild extends Build {
1919

2020
// To temporarily switch sbt to a different Scala version:
2121
// > ++ 2.10.5
22-
val buildScalaVersion = "2.11.8"
22+
val buildScalaVersion = "2.11.11"
2323

2424
val releaseVersion = "3.0.4"
2525

0 commit comments

Comments
 (0)