Merge pull request #25783 from ignasi35/bumps-ssl-config-036

Bumps ssl-config 0.3.6
This commit is contained in:
Patrik Nordwall 2018-10-17 13:40:14 +02:00 committed by GitHub
commit 570896f22a
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.5"
val sslConfigVersion = "0.3.6"
val slf4jVersion = "1.7.25"
val scalaXmlVersion = "1.0.6"
val aeronVersion = "1.11.2"