Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 6, 2024
2 parents 17a884e + 5a4b1bb commit d7e8832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ val slickVersion = "3.4.1"
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % slickVersion,
"com.typesafe.slick" %% "slick-codegen" % slickVersion,
"org.slf4j" % "slf4j-nop" % "2.0.9",
"com.h2database" % "h2" % "2.2.222"
"org.slf4j" % "slf4j-nop" % "2.0.12",
"com.h2database" % "h2" % "2.2.224"
)

(Compile / sourceGenerators) += slick.taskValue // Automatic code generation on build
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.8

0 comments on commit d7e8832

Please sign in to comment.