Skip to content

Commit c884c81

Browse files
committed
Migrated doobie module to scala 3
1 parent b91adec commit c884c81

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ lazy val zio = (project in file("zio"))
504504
lazy val doobie = (project in file("doobie"))
505505
.settings(
506506
name := "doobie",
507+
scalaVersion := scala3Version,
507508
libraryDependencies += "org.tpolecat" %% "doobie-core" % "1.0.0-RC2",
508509
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2"
509510
)

0 commit comments

Comments
 (0)