Skip to content

Commit

Permalink
Upgrade all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 11, 2025
1 parent dd3b9e8 commit 7416a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
addSbtPlugin("org.xerial.sbt" %% "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" %% "sbt-pgp" % "2.2.1")
addSbtPlugin("org.xerial.sbt" %% "sbt-sonatype" % "3.12.2")
addSbtPlugin("com.github.sbt" %% "sbt-pgp" % "2.3.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
Expand Down

0 comments on commit 7416a6d

Please sign in to comment.