Skip to content

Commit

Permalink
upgrade sbt-sonatype to 3.9.7 to support s01.oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Jul 8, 2021
1 parent f4c9710 commit 91b8723
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 @@ -12,7 +12,7 @@ libraryDependencies ++= List(

addSbtPlugin("com.michaelpollmeier" % "sbt-git" % "1.0.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")

homepage := Some(url("https:/ShiftLeftSecurity/sbt-ci-release-early"))
scmInfo := Some(ScmInfo(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.3
sbt.version=1.5.4

0 comments on commit 91b8723

Please sign in to comment.