Skip to content

Commit

Permalink
Merge pull request #150 from scala-steward/update/scalactic-3.2.18
Browse files Browse the repository at this point in the history
Update scalactic to 3.2.18
  • Loading branch information
jpbnetley authored Feb 20, 2024
2 parents 2669d40 + f53311b commit 960147c
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 @@ -4,7 +4,7 @@ version := "0.1"

libraryDependencies ++= {
val scalaTest: Seq[ModuleID] = {
val version = "3.2.17"
val version = "3.2.18"
Seq(
"org.scalactic" %% "scalactic" % version,
"org.scalatest" % "scalatest_2.13" % version % "test"
Expand Down

0 comments on commit 960147c

Please sign in to comment.