Skip to content

Commit a992de1

Browse files
Downgrade doobie version to 1.0.0-RC8
To bump when Iron will be released with newer version (binary incompatibility)
1 parent 678ea4e commit a992de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object versions {
88
val circe = "0.14.12"
99
val circeYaml = "0.16.0"
1010
val decline = "2.5.0"
11-
val doobie = "1.0.0-RC9"
11+
val doobie = "1.0.0-RC8"
1212
val flyway = "11.5.0"
1313
val fs2 = "3.12.0"
1414
val fs2Rabbit = "5.2.0"

0 commit comments

Comments
 (0)