Skip to content

Commit da4b4b4

Browse files
Update scalatest to 3.2.19 (#189)
Co-authored-by: scala-steward <scala-steward>
1 parent 347fef2 commit da4b4b4

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
@@ -12,7 +12,7 @@ val scala3 = "3.3.3"
1212
val scala2Versions = List(scala2_12, scala2_13)
1313
val scala2And3Versions = scala2Versions ++ List(scala3)
1414

15-
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
15+
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
1616

1717
lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
1818
organization := "com.softwaremill.common",

0 commit comments

Comments
 (0)