Skip to content

Commit fa190c2

Browse files
Update sbt-ci-release to 1.8.0 (#395)
1 parent e4643cb commit fa190c2

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.1")
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.7.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.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)