We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e98811 commit c072398Copy full SHA for c072398
build.sbt
@@ -7,7 +7,7 @@ val scala2_13 = "2.13.12"
7
val scala2 = List(scala2_12, scala2_13)
8
val scala3 = List("3.3.1")
9
10
-val scalaTestVersion = "3.2.17"
+val scalaTestVersion = "3.2.18"
11
12
excludeLintKeys in Global ++= Set(ideSkipProject)
13
0 commit comments