Skip to content

Commit

Permalink
Upgrade doobie 1.0.0-RC{2 => 4}
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Jul 11, 2023
1 parent 16b6514 commit 610979e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
def catsRetry = "3.1.0"
def circe = "0.14.5"
def clearConfig = "3.1.0"
def doobie = "1.0.0-RC2"
def doobie = "1.0.0-RC4"
def flyway = "9.20.0"
def hikariCP = "5.0.1"
def izumiReflect = "2.3.8"
Expand Down
Expand Up @@ -293,7 +293,7 @@ abstract class TestDb {
for {
conn <- connection
} yield {
val x = Transactor.fromConnection[IO](conn).copy(strategy0 = singleConnStrategy)
val x = Transactor.fromConnection[IO](conn, None).copy(strategy0 = singleConnStrategy)
new XA(x)
}

Expand Down

0 comments on commit 610979e

Please sign in to comment.