Skip to content

Commit

Permalink
Update to doobie 1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hedenstrom authored Sep 19, 2024
1 parent 10a084d commit 875943a
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 @@ -558,7 +558,7 @@ lazy val enumeratumDoobie =
.settings(
crossScalaVersions := scalaVersionsAll,
version := "1.7.7-SNAPSHOT",
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC6",
libraryDependencies += scalaXmlTest,
libraryDependencies ++= {
if (useLocalVersion) {
Expand Down

0 comments on commit 875943a

Please sign in to comment.