Bumps ssl-config 0.3.6

This commit is contained in:
Ignasi Marimon-Clos 2018-10-11 14:40:33 +02:00
parent ab545430e0
commit c4d975b015

View file

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