Update ssl-config (#24799)

This version includes automatic module names as well now, so we're more and more jigsaw friendly
This commit is contained in:
Konrad `ktoso` Malawski 2018-03-28 08:57:11 +09:00 committed by GitHub
parent 9ac83812ae
commit 92d068190d
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.2.2"
val sslConfigVersion = "0.2.3"
val slf4jVersion = "1.7.25"
val scalaXmlVersion = "1.0.6"
val aeronVersion = "1.7.0"