We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64f5bb0 + 6703359 commit cff7bd0Copy full SHA for cff7bd0
1 file changed
build.sbt
@@ -5,7 +5,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ Seq(
5
scalaVersion := "2.13.12"
6
)
7
8
-val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
+val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
9
10
lazy val rootProject = (project in file("."))
11
.settings(commonSettings: _*)
0 commit comments