File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ lazy val root = (project in file("."))
30
30
" com.softwaremill.magnolia1_2" %% " magnolia" % " 1.0.0-M7" ,
31
31
" de.siegmar" % " fastcsv" % " 1.0.3" ,
32
32
" org.mapdb" % " mapdb" % " 3.0.8" ,
33
- " org.tpolecat" %% " doobie-core" % " 1.0.0-RC1" ,
34
- " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC1" ,
35
- " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC1" ,
33
+ " org.tpolecat" %% " doobie-core" % " 1.0.0-RC2" ,
34
+ " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC2" ,
35
+ " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC2" ,
36
+ " org.postgresql" % " postgresql" % " 42.3.2" ,
36
37
" com.disneystreaming" %% " weaver-cats" % " 0.7.7" % Test ,
37
38
" com.disneystreaming" %% " weaver-core" % " 0.7.7" % Test ,
38
39
" org.tpolecat" %% " doobie-h2" % " 1.0.0-RC1" % Test
You can’t perform that action at this time.
0 commit comments