Skip to content

Commit

Permalink
Merge pull request #931 from scala-steward/update/sbt-sonatype-3.8
Browse files Browse the repository at this point in the history
Update sbt-sonatype to 3.8
  • Loading branch information
milessabin authored Sep 29, 2019
2 parents 695fc08 + 1440772 commit e4aaa66
Showing 1 changed file with 1 addition and 1 deletion.
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("com.typesafe.sbt" % "sbt-git" % "1.
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2")
Expand Down

0 comments on commit e4aaa66

Please sign in to comment.