Skip to content

Commit ad441f3

Browse files
authored
Merge pull request #47 from xuwei-k/update-sbt
update sbt and plugins
2 parents cce5d08 + d15688e commit ad441f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.1
1+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
1+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
2+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
33
addSbtPlugin("com.swoval" % "sbt-source-format" % "0.3.1")

0 commit comments

Comments
 (0)