Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae90c2c

Browse files
committedMar 18, 2025·
Update testcontainers-scala-localstack-v2, ... from 0.41.8 to 0.43.0
1 parent 97abe22 commit ae90c2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ val scalazVersion = "7.3.8"
362362
val fs2Version = "3.11.0"
363363
val reactiveMongo = "1.1.0-RC15"
364364
val slickPgVersion = "0.22.2"
365-
val scalaTestContainersVersion = "0.41.8"
365+
val scalaTestContainersVersion = "0.43.0"
366366
val postgresqlVersion = "42.7.5"
367367
val json4sVersion = "4.0.7"
368368

@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446446
"com.opencsv" % "opencsv" % "5.9",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448448
"org.apache.commons" % "commons-csv" % "1.12.0"
449-
450449
),
451450
libraryDependencies ++= Seq(
452451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)
Please sign in to comment.