Skip to content

Commit

Permalink
Update slick to 3.5.1 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <seth@tisue.net>
  • Loading branch information
scala-steward and SethTisue authored Jun 4, 2024
1 parent 1fae317 commit 7be1738
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 @@ -23,7 +23,7 @@ lazy val core = project.in(file("core"))
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.9.0.202403050737-r",
"com.monovore" %% "decline" % "2.4.1",
"com.github.pathikrit" %% "better-files" % "3.9.2",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick" % "3.5.1",
"mysql" % "mysql-connector-java" % "8.0.33" % "optional",
"com.h2database" % "h2" % "2.2.224" % "optional",
"com.typesafe" % "config" % "1.4.3",
Expand Down

0 comments on commit 7be1738

Please sign in to comment.