Skip to content

Commit

Permalink
Update sbt-typelevel-ci, ... to 0.5.4 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 26, 2023
1 parent f4f7fd6 commit e99824a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.5.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-versioning" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-kernel" % "0.5.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.5.4")
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")
Expand Down

0 comments on commit e99824a

Please sign in to comment.