We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d6697 + eece54c commit fdd0f74Copy full SHA for fdd0f74
build.sbt
@@ -70,7 +70,7 @@ def mainDependencies(scalaVersion: String) = {
70
"org.postgresql" % "postgresql" % "42.7.10",
71
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0",
72
"org.slf4j" % "slf4j-simple" % "2.0.17" % "provided",
73
- "org.scalatest" %% "scalatest" % "3.2.19" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.20" % "test",
74
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.44.1" % "test",
75
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.44.1" % "test"
76
) ++ (if (isScala3) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion))
0 commit comments