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
This commit is contained in:
Arnout Engelen 2022-03-18 12:18:45 +01:00 committed by GitHub
parent 332f18c42b
commit af18e824b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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