Skip to content

Commit 63f335f

Browse files
authored
Doobie 1.0-RC9 (#421)
1 parent 33a1333 commit 63f335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ lazy val enumeratumDoobie =
558558
.settings(
559559
crossScalaVersions := scalaVersionsAll,
560560
version := "1.7.9-SNAPSHOT",
561-
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC8",
561+
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC9",
562562
libraryDependencies += scalaXmlTest,
563563
libraryDependencies ++= {
564564
if (useLocalVersion) {

0 commit comments

Comments
 (0)