Skip to content

Commit

Permalink
Update to the latest slick version (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyczerwonka committed May 6, 2024
1 parent 02d487e commit 5acfec1
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 @@ -585,7 +585,7 @@ lazy val enumeratumSlick =
version := "1.7.6-SNAPSHOT",
crossScalaVersions := scalaVersionsAll,
libraryDependencies ++= Seq(
("com.typesafe.slick" %% "slick" % "3.5.0"),
("com.typesafe.slick" %% "slick" % "3.5.1"),
"com.h2database" % "h2" % "1.4.197" % Test
),
libraryDependencies += scalaXmlTest,
Expand Down

0 comments on commit 5acfec1

Please sign in to comment.