Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalikejdbc to 4.1.0 #886

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update scalikejdbc to 4.1.0
scala-steward committed Oct 21, 2023
commit fb13fb636f378fa843c5d1bd8458b59542db6a58
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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)