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.
2 parents 68788d1 + 20c332e commit a552ef7Copy full SHA for a552ef7
project/Dependencies.scala
@@ -36,7 +36,7 @@ object Dependencies {
36
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
37
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
38
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.30"
39
- val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
+ val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
40
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.3"
41
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.3"
42
val zio = "dev.zio" %% "zio" % "1.0.5"
0 commit comments