Skip to content

Commit

Permalink
Merge pull request #383 from scala-steward/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 committed Apr 25, 2024
2 parents 7321065 + be7cc3e commit bee4452
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 @@ -6,7 +6,7 @@ val scalaVersion_3 = "3.3.1"
val flywayVersion = "9.16.3"
val scalikejdbcVersion = "4.1.0"

val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" % "test"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % "test"

lazy val commonSettings = Seq(
organization := "org.flywaydb",
Expand Down

0 comments on commit bee4452

Please sign in to comment.