Skip to content

Commit

Permalink
Merge pull request #252 from tototoshi/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
tototoshi authored May 18, 2024
2 parents 0ac5ea8 + 6f13761 commit 0bb21c8
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 @@ -8,7 +8,7 @@ lazy val flywayVersion = "9.8.2"
lazy val testDependencies = Seq(
"org.flywaydb" % "flyway-core" % flywayVersion % "test",
"org.flywaydb" % "flyway-mysql" % flywayVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test"
)

Expand Down

0 comments on commit 0bb21c8

Please sign in to comment.