Skip to content

Commit 2ac5aed

Browse files
authored
Merge pull request #106 from xuwei-k/update-sbt
update sbt and sbt-plugins
2 parents cb00c32 + aa31d1a commit 2ac5aed

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

project/build.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
sbt.version=1.3.13
2-
3-
# Proguard plugin doesn't work with modern sbt
1+
sbt.version=1.10.2

project/plugins.sbt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")
22

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

0 commit comments

Comments
 (0)