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:
parent
332f18c42b
commit
af18e824b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue