Formatting

This commit is contained in:
Arman Bilge 2022-07-30 02:51:02 +00:00
parent d2fba6fde0
commit f17280780d
1 changed files with 4 additions and 1 deletions

View File

@ -155,7 +155,10 @@ private[librarymanagement] abstract class ResolverFunctions {
url("sbt-plugin-" + status, new URL(SbtRepositoryRoot + "/sbt-plugin-" + status + "/"))(
ivyStylePatterns
)
@deprecated("""Use sonatypeOssRepos instead e.g. `resolvers ++= Resolver.sonatypeOssRepos("snapshots")`""", "1.7.0")
@deprecated(
"""Use sonatypeOssRepos instead e.g. `resolvers ++= Resolver.sonatypeOssRepos("snapshots")`""",
"1.7.0"
)
def sonatypeRepo(status: String) =
MavenRepository(
"sonatype-" + status,