Skip to content

Commit 8a549eb

Browse files
Update sbt-ci-release to 1.11.2 (#447)
1 parent 563ae33 commit 8a549eb

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.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
6-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
77

88
// workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin
99
// https://github.com/scala/bug/issues/12632

0 commit comments

Comments
 (0)