File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
doobie/src/test/scala/za/co/absa/db/fadb/testing/classes Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ trait DoobieTest {
3131 object Integration extends DBSchema
3232
3333 protected val transactor : Aux [IO , Unit ] = Transactor .fromDriverManager[IO ](
34- " org.postgresql.Driver" ,
35- " jdbc:postgresql://localhost:5432/movies" ,
36- " postgres" ,
37- " postgres" ,
34+ driver = " org.postgresql.Driver" ,
35+ url = " jdbc:postgresql://localhost:5432/movies" ,
36+ user = " postgres" ,
37+ password = " postgres" ,
38+ logHandler = None
3839 )
3940}
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ object Dependencies {
4545
4646 def doobieDependencies (scalaVersion : String ): Seq [ModuleID ] = {
4747 commonDependencies(scalaVersion) ++ Seq (
48- " org.tpolecat" %% " doobie-core" % " 1.0.0-RC3 " ,
49- " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC3 " ,
50- " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC3 " ,
51- " org.tpolecat" %% " doobie-postgres-circe" % " 1.0.0-RC3 " ,
52- " io.circe" %% " circe-generic" % " 0.14.9 " % Test
48+ " org.tpolecat" %% " doobie-core" % " 1.0.0-RC11 " ,
49+ " org.tpolecat" %% " doobie-hikari" % " 1.0.0-RC11 " ,
50+ " org.tpolecat" %% " doobie-postgres" % " 1.0.0-RC11 " ,
51+ " org.tpolecat" %% " doobie-postgres-circe" % " 1.0.0-RC11 " ,
52+ " io.circe" %% " circe-generic" % " 0.14.15 " % Test
5353 )
5454 }
5555
You can’t perform that action at this time.
0 commit comments