Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 27, 2024
1 parent f781e53 commit 546f2e7
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 @@ -86,7 +86,7 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
// scalastyle:off

val scalactic = "org.scalactic" %% "scalactic" % "3.2.17"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" % "test"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % "test"


val joda_time = "joda-time" % "joda-time" % "2.12.5"
Expand Down

0 comments on commit 546f2e7

Please sign in to comment.