Skip to content

Commit

Permalink
Update scalactic to 3.2.19 (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasios Zouzias <[email protected]>
  • Loading branch information
scala-steward and zouzias authored Jun 27, 2024
1 parent 546f2e7 commit 59898ba
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 @@ -85,7 +85,7 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials")

// scalastyle:off

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


Expand Down

0 comments on commit 59898ba

Please sign in to comment.