Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit e4c87f5

Browse files
author
scala-steward
committed
Update scalatest to 3.2.18
1 parent 02f1d4f commit e4c87f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val scala3 = "3.3.1"
1212
val scala2Versions = List(scala2_12, scala2_13)
1313
val scala2And3Versions = scala2Versions ++ List(scala3)
1414

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

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

0 commit comments

Comments
 (0)