Skip to content

Commit 1cbc6c8

Browse files
Update sbt-ci-release to 1.9.0 (#398)
1 parent 7c678d6 commit 1cbc6c8

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.2.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
6-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
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)