diff --git a/build.sbt b/build.sbt index 819fa31..f933d9c 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val zioSchemaVersion = "1.8.5" lazy val zioJsonVersion = "0.9.2" lazy val chimneyVersion = "1.10.0" lazy val calibanVersion = "3.1.0" -lazy val doobieVersion = "1.0.0-RC12" +lazy val doobieVersion = "1.0.0-RC13" lazy val upickleVersion = "4.4.3" lazy val cirisVersion = "3.14.1" lazy val zioInteropCatsVersion = "23.1.0.13" @@ -314,8 +314,8 @@ lazy val doobie = (crossProject(JVMPlatform) in file("modules/neotype-doobie")) name := "neotype-doobie", sharedSettings, libraryDependencies ++= Seq( - "org.tpolecat" %% "doobie-core" % doobieVersion, - "org.tpolecat" %% "doobie-postgres" % doobieVersion % Test, + "org.typelevel" %% "doobie-core" % doobieVersion, + "org.typelevel" %% "doobie-postgres" % doobieVersion % Test, "com.h2database" % "h2" % "2.4.240" % Test ) )