Skip to content

Commit 2e42fb9

Browse files
committed
Update doobie-core, doobie-postgres to 1.0.0-RC6
1 parent fb10a1b commit 2e42fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ def paradiseFlag(scalaVersion: String): Seq[String] =
9494
else
9595
Seq("-Ymacro-annotations")
9696

97-
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
98-
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")
97+
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
98+
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")
9999

100100
val slick = "com.typesafe.slick" %% "slick" % "3.5.1"
101101
val optionalSlick = optional(slick)
102102
val playJson = Def.setting("org.playframework" %%% "play-json" % "3.0.4")
103103
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.22.2"
104-
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
105-
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
104+
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC6"
105+
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC6"
106106
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
107107
val circeV = "0.14.10"
108108
val circe = Def.setting("io.circe" %%% "circe-core" % circeV)

0 commit comments

Comments
 (0)