Skip to content

Commit

Permalink
Bintray is long gone...
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 27, 2022
1 parent edbd337 commit 7be9377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ lazy val releaseSettings: Seq[Setting[_]] = Seq(
releaseStepTask(playBuildExtraTests in thisProjectRef.value),
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepTask(playBuildExtraPublish in thisProjectRef.value),
ifDefinedAndTrue(playBuildPromoteSonatype, releaseStepCommand("sonatypeBundleRelease")),
releaseStepCommand("sonatypeBundleRelease"),
pushChanges
)
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("2.1.6"))
addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("2.1.10"))

def buildForSbt013 = System.getProperty("sbt013", "").trim.equals("true")

Expand Down

0 comments on commit 7be9377

Please sign in to comment.