Skip to content

Commit d159a39

Browse files
Update scalatest to 3.2.18 (#73)
1 parent 75b9b15 commit d159a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1414
}.value
1515
)
1616

17-
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15" % Test
17+
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
1818
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.12"
1919
val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
2020

0 commit comments

Comments
 (0)