Skip to content

Commit

Permalink
Merge pull request #60 from tpolecat/sbt-sonatype-3.6
Browse files Browse the repository at this point in the history
upgrade to sbt-sonatype 3.6
  • Loading branch information
olafurpg authored Sep 6, 2019
2 parents 0f960cf + 12e8447 commit ec912a2
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 @@ -26,6 +26,6 @@ lazy val plugin = project
sbtPlugin := true,
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0"),
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.4"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6"),
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin(
"io.get-coursier" % "sbt-shading" % coursier.util.Properties.version
)
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.4")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 comments on commit ec912a2

Please sign in to comment.