We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f82b7e commit ef1827cCopy full SHA for ef1827c
build.sbt
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
11
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
12
"org.scalikejdbc" %% "scalikejdbc-test" % scalikejdbcVersion,
13
"org.slf4j" % "slf4j-simple" % "1.7.+",
14
- "org.hibernate" % "hibernate-core" % "6.6.12.Final",
+ "org.hibernate" % "hibernate-core" % "6.6.13.Final",
15
"org.hsqldb" % "hsqldb" % "2.7.4"
16
)
17
initialCommands := """import scalikejdbc._
0 commit comments