Skip to content

Commit

Permalink
Upgrade sbt-release-early and sbt-sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Nov 28, 2020
1 parent d3f66df commit 1c6ba5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ val `snailgun-build` = project
.settings(
scalaVersion := "2.12.11",
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0"),
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1"),
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1"),
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1+4-9d76569a"),
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.22")
)

0 comments on commit 1c6ba5c

Please sign in to comment.