Skip to content

Commit

Permalink
Slick 3.5.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 21, 2023
1 parent 03d4c23 commit cca7284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ object Dependencies {
"org.springframework.boot" % "spring-boot-starter-web" % SpringBootVersion % Test))
}

val SlickVersion = "3.5.0-M4"
val SlickVersion = "3.5.0-M5"
val Slick = Seq(
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % SlickVersion,
Expand Down

0 comments on commit cca7284

Please sign in to comment.