Skip to content

Commit 0ca92dd

Browse files
Update sbt-release to 1.4.0
1 parent c1e5c8a commit 0ca92dd

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
22
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.4.4")
33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
4-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0")
4+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
55
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
66

77
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)