Skip to content

Commit

Permalink
Update sbt-sonatype to 3.6
Browse files Browse the repository at this point in the history
`"org.xerial.sbt" % "sbt-sonatype" % "2.6" => "3.6"` found 35 binary incompatibilities
  • Loading branch information
xuwei-k committed Sep 7, 2019
1 parent 2eb6919 commit c9ab1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.4")
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.3.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.6")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
Expand Down

0 comments on commit c9ab1b1

Please sign in to comment.