Skip to content

Commit

Permalink
Use URLRepository directly
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jul 26, 2024
1 parent 0a3689b commit b33d464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object TypelevelSonatypeCiReleasePlugin extends AutoPlugin {

case repo: URLRepository =>
s"""|```scala
|resolvers += Resolver.url("${repo.name}", ${repo.patterns}, ${repo.allowInsecureProtocol})
|resolvers += URLRepository("${repo.name}", ${repo.patterns}, ${repo.allowInsecureProtocol})
|```
|""".stripMargin
// fallback to print at least _something_
Expand Down

0 comments on commit b33d464

Please sign in to comment.