Skip to content

Commit

Permalink
Update scalactic to 3.2.17 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 1, 2023
1 parent f3bef8e commit 35dac4a
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.15"
val scalactic = "org.scalactic" %% "scalactic" % "3.2.17"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.15" % "test"


Expand Down

0 comments on commit 35dac4a

Please sign in to comment.