From af18e824b43e388cd318206633e9f911f983a46c Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 18 Mar 2022 12:18:45 +0100 Subject: [PATCH] Revert: Update ssl-config-core 0.6.0 (was 0.4.3) (#31252) This partially reverts #31046, but not the changes there that were needed to unblock playframework/playframework#11081 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ca25fdfe24..c8a857d6c9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -42,7 +42,7 @@ object Dependencies { val reactiveStreamsVersion = "1.0.3" - val sslConfigVersion = "0.6.1" + val sslConfigVersion = "0.4.3" val scalaTestVersion = Def.setting { if (scalaVersion.value.startsWith("3.")) { @@ -93,7 +93,7 @@ object Dependencies { val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion // CC0 // ssl-config - val sslConfigCore = "com.typesafe" %% "ssl-config-core" % sslConfigVersion // ApacheV2 + val sslConfigCore = ("com.typesafe" %% "ssl-config-core" % sslConfigVersion).cross(CrossVersion.for3Use2_13) // ApacheV2 val lmdb = "org.lmdbjava" % "lmdbjava" % "0.7.0" // ApacheV2, OpenLDAP Public License