Skip to content

Commit

Permalink
Merge pull request #106 from xuwei-k/update-sbt
Browse files Browse the repository at this point in the history
update sbt and sbt-plugins
  • Loading branch information
eed3si9n authored Oct 14, 2024
2 parents cb00c32 + aa31d1a commit 2ac5aed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
sbt.version=1.3.13

# Proguard plugin doesn't work with modern sbt
sbt.version=1.10.2
14 changes: 7 additions & 7 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-proguard" % "0.4.0")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("com.github.sbt" % "sbt-proguard" % "0.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.5")

0 comments on commit 2ac5aed

Please sign in to comment.