Skip to content

Commit

Permalink
Slick 3.4.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Apr 3, 2022
1 parent 904a5ec commit a2b6b6c
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 @@ -19,7 +19,7 @@ lazy val `slick-additions` =
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided",
"com.typesafe.slick" %% "slick" % "3.3.3",
"com.typesafe.slick" %% "slick" % "3.4.0-M1",
"com.lihaoyi" %% "sourcecode" % "0.2.8",
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
"com.h2database" % "h2" % "2.1.210" % "test",
Expand Down

0 comments on commit a2b6b6c

Please sign in to comment.