Skip to content

Commit

Permalink
Update sbt-ci-release to 1.5.11 and sbt-microsites to 1.4.2 (#278)
Browse files Browse the repository at this point in the history
* Update sbt-ci-release to 1.5.11

* Upgrade conflicting plugin

---------

Co-authored-by: svroonland <[email protected]>
Co-authored-by: Steven Vroonland <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2023
1 parent 737f335 commit 7ccbc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.37")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.2")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17")

0 comments on commit 7ccbc0a

Please sign in to comment.