Merge pull request #25764 from dwijnand/ssl-config

Upgrade to ssl-config 0.3.5, from 0.3.4
This commit is contained in:
Patrik Nordwall 2018-10-11 12:35:52 +02:00 committed by GitHub
commit 7b264e03d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ object Dependencies {
lazy val scalaCheckVersion = settingKey[String]("The version of ScalaCheck to use.")
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")
val junitVersion = "4.12"
val sslConfigVersion = "0.3.4"
val sslConfigVersion = "0.3.5"
val slf4jVersion = "1.7.25"
val scalaXmlVersion = "1.0.6"
val aeronVersion = "1.11.2"