Skip to content

Commit

Permalink
Merge pull request #211 from scala-steward/update/sbt-ci-release-1.5.9
Browse files Browse the repository at this point in the history
Update sbt-ci-release to 1.5.9
  • Loading branch information
regis-leray authored Dec 27, 2021
2 parents 026774c + 582b8ca commit 5f59262
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.7")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.7")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")

0 comments on commit 5f59262

Please sign in to comment.