Skip to content

Commit

Permalink
Merge pull request #7555 from mkurz/upgrade_sbt_plugins
Browse files Browse the repository at this point in the history
Upgrade sbt plugins to avoid deprecated repo.scala-sbt.org
  • Loading branch information
adpi2 committed May 8, 2024
2 parents 0a17062 + c810383 commit 4e46a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -2,10 +2,10 @@ ThisBuild / useCoursier := false

scalacOptions ++= Seq("-feature", "-language:postfixOps", "-Ywarn-unused:_,-imports")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.1")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
Expand Down

0 comments on commit 4e46a33

Please sign in to comment.