Skip to content

Commit

Permalink
Update doobie-core, doobie-h2, doobie-munit to 1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Oct 18, 2024
1 parent de2fa2e commit e8507c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ object dependencies extends AutoPlugin {
)

val doobie: Seq[ModuleID] = Seq(
"org.tpolecat" %% "doobie-core" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-munit" % "1.0.0-RC5" % Test
"org.tpolecat" %% "doobie-core" % "1.0.0-RC6",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC6",
"org.tpolecat" %% "doobie-munit" % "1.0.0-RC6" % Test
)

val circe: Seq[ModuleID] = Seq(
Expand Down Expand Up @@ -78,7 +78,7 @@ object dependencies extends AutoPlugin {
val documentation: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.5.4",
"io.circe" %% "circe-core" % "0.14.6",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC6",
"org.http4s" %% "http4s-dsl" % "0.23.26",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3",
Expand Down

0 comments on commit e8507c8

Please sign in to comment.