Skip to content

Commit

Permalink
Update scalikejdbc, scalikejdbc-config to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 11, 2024
1 parent de9b566 commit a406ebf
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.2.1"
val scalikejdbcVersion = "4.3.0"

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

Expand Down

0 comments on commit a406ebf

Please sign in to comment.