Skip to content

Commit

Permalink
Update 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 Dec 9, 2024
1 parent 3600cfa commit 6fa1758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ 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-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.30",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3",
Expand Down

0 comments on commit 6fa1758

Please sign in to comment.