File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =1.9.8
1
+ sbt.version =1.10.5
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
2
2
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
4
4
5
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.11 " )
5
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.2 " )
6
6
7
- addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11 .0" )
7
+ addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13 .0" )
8
8
9
9
// updates
10
10
@@ -13,7 +13,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
13
13
addSbtPlugin(" com.github.fedragon" % " sbt-todolist" % " 0.7" )
14
14
15
15
// Release
16
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.10.0 " )
16
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.12.2 " )
17
17
18
18
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.1.1" )
19
19
You can’t perform that action at this time.
0 commit comments