Skip to content

Commit 5a12245

Browse files
committed
chore: 3 plugins and sbt versions updated
1 parent 323dc0a commit 5a12245

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.9.8
1+
sbt.version=1.10.5

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
66

7-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
7+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
88

99
// updates
1010

@@ -13,7 +13,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
1313
addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")
1414

1515
// Release
16-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
16+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1717

1818
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
1919

0 commit comments

Comments
 (0)