Skip to content

Commit

Permalink
Merge pull request #248 from rtimush/fix-bintray-tests
Browse files Browse the repository at this point in the history
Fix failing bintray scripted tests
  • Loading branch information
rtimush authored Aug 2, 2021
2 parents d1f32ea + 8f04e5d commit d244dc2
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 d244dc2

Please sign in to comment.