We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97abe22 commit ae90c2cCopy full SHA for ae90c2c
build.sbt
@@ -362,7 +362,7 @@ val scalazVersion = "7.3.8"
362
val fs2Version = "3.11.0"
363
val reactiveMongo = "1.1.0-RC15"
364
val slickPgVersion = "0.22.2"
365
-val scalaTestContainersVersion = "0.41.8"
+val scalaTestContainersVersion = "0.43.0"
366
val postgresqlVersion = "42.7.5"
367
val json4sVersion = "4.0.7"
368
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446
"com.opencsv" % "opencsv" % "5.9",
447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448
"org.apache.commons" % "commons-csv" % "1.12.0"
449
-
450
),
451
libraryDependencies ++= Seq(
452
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
0 commit comments