Skip to content

Commit

Permalink
Fix failing bintray scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimush committed Aug 2, 2021
1 parent d1f32ea commit 8f04e5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt.Defaults.sbtPluginExtra

resolvers += Resolver.url(
s"bintray-sbt-sbt-plugin-releases",
new URL(s"https://dl.bintray.com/sbt/sbt-plugin-releases/")
s"scala-sbt-sbt-plugin-releases",
new URL(s"https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/")
)(Resolver.ivyStylePatterns)

libraryDependencies += sbtPluginExtra("com.timushev.sbt" % "sbt-updates" % "0.1.10", "0.13", "2.10")
Expand Down
File renamed without changes.

0 comments on commit 8f04e5d

Please sign in to comment.