Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 3d99317 commit 29af818
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 @@ -76,7 +76,7 @@ lazy val commonSettings =
lazy val library =
new {
object Version {
val scalaTest = "3.2.14"
val scalaTest = "3.2.18"
}
val scalaTest = "org.scalatest" %% "scalatest" % Version.scalaTest
}

0 comments on commit 29af818

Please sign in to comment.