Skip to content

Commit ef1827c

Browse files
Update hibernate-core to 6.6.13.Final
1 parent 8f82b7e commit ef1827c

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
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
1111
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
1212
"org.scalikejdbc" %% "scalikejdbc-test" % scalikejdbcVersion,
1313
"org.slf4j" % "slf4j-simple" % "1.7.+",
14-
"org.hibernate" % "hibernate-core" % "6.6.12.Final",
14+
"org.hibernate" % "hibernate-core" % "6.6.13.Final",
1515
"org.hsqldb" % "hsqldb" % "2.7.4"
1616
)
1717
initialCommands := """import scalikejdbc._

0 commit comments

Comments
 (0)