mirror of https://github.com/sbt/sbt.git
Merge pull request #8185 from eed3si9n/wip/sync-lm
[2.x] Forward port some changes from lm
This commit is contained in:
commit
a4ac406186
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue