ssl-config: 0.6.0 -> 0.6.1 (#31248)

for https://github.com/lightbend/ssl-config/pull/342
This commit is contained in:
Arnout Engelen 2022-03-17 11:10:31 +01:00 committed by GitHub
parent 4cc70b0551
commit 00745b30e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ object Dependencies {
val reactiveStreamsVersion = "1.0.3"
val sslConfigVersion = "0.6.0"
val sslConfigVersion = "0.6.1"
val scalaTestVersion = Def.setting {
if (scalaVersion.value.startsWith("3.")) {