Skip to content

Commit

Permalink
Update hibernate-core to 6.6.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] committed Feb 2, 2025
1 parent e20cf7c commit b995cb0
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 @@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
"org.scalikejdbc" %% "scalikejdbc-test" % scalikejdbcVersion,
"org.slf4j" % "slf4j-simple" % "1.7.+",
"org.hibernate" % "hibernate-core" % "6.6.5.Final",
"org.hibernate" % "hibernate-core" % "6.6.6.Final",
"org.hsqldb" % "hsqldb" % "2.7.4"
)
initialCommands := """import scalikejdbc._
Expand Down

0 comments on commit b995cb0

Please sign in to comment.