Skip to content

Commit fdd006f

Browse files
Update sbt-release to 1.3.0 (#270)
1 parent 550ea56 commit fdd006f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
44
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")
55
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
6-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0")
77
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")

0 commit comments

Comments
 (0)