Skip to content

Commit 491b4bf

Browse files
authored
remove hibernate dependency
1 parent 1d7cb00 commit 491b4bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ 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.13.Final",
1514
"org.hsqldb" % "hsqldb" % "2.7.4"
1615
)
1716
initialCommands := """import scalikejdbc._

0 commit comments

Comments
 (0)