diff --git a/lm-core/src/main/scala/sbt/librarymanagement/ResolverExtra.scala b/lm-core/src/main/scala/sbt/librarymanagement/ResolverExtra.scala index 139d884ba..ede6e513e 100644 --- a/lm-core/src/main/scala/sbt/librarymanagement/ResolverExtra.scala +++ b/lm-core/src/main/scala/sbt/librarymanagement/ResolverExtra.scala @@ -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" ) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 30536bf75..2fcaa7ff0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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