Skip to content

Commit cb23fc1

Browse files
authoredSep 27, 2021
Merge pull request #583 from scala-steward/update/sbt-ci-release-1.5.9
Update sbt-ci-release to 1.5.9
2 parents 4586cb6 + f99513b commit cb23fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
33

44
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
6-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
77
addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.3.11")
88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
99
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")

0 commit comments

Comments
 (0)
Please sign in to comment.