Skip to content

Commit

Permalink
Merge pull request #421 from scala-steward/update/scalikejdbc-4.3.2
Browse files Browse the repository at this point in the history
Update scalikejdbc, scalikejdbc-config to 4.3.2
  • Loading branch information
tototoshi authored Oct 2, 2024
2 parents bcb2ea0 + e611756 commit 454249c
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.3"
val defaultFlywayVersion = "9.16.0"
val flywayVersion = sys.env.getOrElse("FLYWAY_PLAY_FLYWAY_VERSION", defaultFlywayVersion)

val scalikejdbcVersion = "4.3.1"
val scalikejdbcVersion = "4.3.2"

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

Expand Down

0 comments on commit 454249c

Please sign in to comment.