Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
)
)
Expand Down
Loading