Skip to content

Commit b5c5266

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scalikejdbc to 4.3.3
1 parent 9aaa326 commit b5c5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val root = (project in file("."))
77
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6"),
88
libraryDependencies ++= Seq(
99
"com.h2database" % "h2" % "2.2.224",
10-
"org.scalikejdbc" %% "scalikejdbc" % "4.3.2",
10+
"org.scalikejdbc" %% "scalikejdbc" % "4.3.3",
1111
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
1212
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
1313
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"

0 commit comments

Comments
 (0)