We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a1333 commit 63f335fCopy full SHA for 63f335f
build.sbt
@@ -558,7 +558,7 @@ lazy val enumeratumDoobie =
558
.settings(
559
crossScalaVersions := scalaVersionsAll,
560
version := "1.7.9-SNAPSHOT",
561
- libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC8",
+ libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC9",
562
libraryDependencies += scalaXmlTest,
563
libraryDependencies ++= {
564
if (useLocalVersion) {
0 commit comments