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 3e809f4 + afb34f7 commit 02a682cCopy full SHA for 02a682c
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.18" % Test
+val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
9
10
lazy val rootProject = (project in file("."))
11
.settings(commonSettings: _*)
0 commit comments