Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 13, 2024
1 parent e5ad1fc commit 763eb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ libraryDependencies ++= List(
"ws.unfiltered" %% "unfiltered-filter" % unfilteredVersion,
"ws.unfiltered" %% "unfiltered-jetty" % unfilteredVersion,
"com.typesafe.slick" %% "slick" % "$slick_version$",
"org.slf4j" % "slf4j-nop" % "1.6.4",
"org.slf4j" % "slf4j-nop" % "2.0.16",
"c3p0" % "c3p0" % "0.9.1.2",
"com.h2database" % "h2" % "1.3.166"
"com.h2database" % "h2" % "2.3.232"
/*
"org.xerial" % "sqlite-jdbc" % "3.7.2",
"org.apache.derby" % "derby" % "10.9.1.0",
Expand Down

0 comments on commit 763eb13

Please sign in to comment.