Skip to content

Commit

Permalink
Update doobie-core, doobie-postgres to 1.0.0-RC6 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 19, 2024
1 parent fb10a1b commit 96effd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ def paradiseFlag(scalaVersion: String): Seq[String] =
else
Seq("-Ymacro-annotations")

val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")
val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")

val slick = "com.typesafe.slick" %% "slick" % "3.5.1"
val optionalSlick = optional(slick)
val playJson = Def.setting("org.playframework" %%% "play-json" % "3.0.4")
val slickPg = "com.github.tminglei" %% "slick-pg" % "0.22.2"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC6"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC6"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circeV = "0.14.10"
val circe = Def.setting("io.circe" %%% "circe-core" % circeV)
Expand Down

0 comments on commit 96effd3

Please sign in to comment.