Merge pull request #8185 from eed3si9n/wip/sync-lm

[2.x] Forward port some changes from lm
This commit is contained in:
eugene yokota 2025-08-08 03:53:53 -04:00 committed by GitHub
commit a4ac406186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ private[librarymanagement] abstract class ResolverFunctions {
)
@deprecated(
"""Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
"""Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
resolvers += Resolver.sonatypeCentralSnapshots
""",
"1.7.0"
@ -161,7 +161,7 @@ private[librarymanagement] abstract class ResolverFunctions {
)
@deprecated(
"""Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
"""Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
resolvers += Resolver.sonatypeCentralSnapshots""",
"1.11.2"
)

View File

@ -116,7 +116,7 @@ object Dependencies {
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-77cc781d727b367d3761f097d89f5a4762771d41"
// lm dependencies
val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val jsch = ("com.github.mwiede" % "jsch" % "0.2.23").intransitive()
val gigahorseApacheHttp = "com.eed3si9n" %% "gigahorse-apache-http" % "0.9.3"
// lm-coursier dependencies