Skip to content

Commit

Permalink
Update scalikejdbc to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] authored and xuwei-k committed Sep 27, 2024
1 parent f6586e9 commit fac577a
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 @@ -7,7 +7,7 @@ lazy val root = (project in file("."))
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"),
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.224",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.1",
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
Expand Down

0 comments on commit fac577a

Please sign in to comment.