Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 12, 2024
1 parent 0d55dea commit 8c34e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
disablePlugins(TypelevelCiSigningPlugin)

lazy val Guava = "com.google.guava" % "guava" % "33.2.1-jre"
lazy val Scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val Scalatest = "org.scalatest" %% "scalatest" % "3.2.19"

// idea settings
lazy val intelliJVersion = "2022.3.1"
Expand Down

0 comments on commit 8c34e96

Please sign in to comment.