Skip to content

Commit

Permalink
Update scalikejdbc to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 21, 2023
1 parent e68e196 commit fb13fb6
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 @@ -56,7 +56,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion

val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1"

val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0"
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.1.0"
val h2 = "com.h2database" % "h2" % "2.2.224"

val common = Seq(scalalogging)
Expand Down

0 comments on commit fb13fb6

Please sign in to comment.