Skip to content

Commit 56c829d

Browse files
authored
chore: update sbt-sonatype to 3.9.10 (#641)
1 parent e2f72cc commit 56c829d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src_managed/
1111
project/boot/
1212
project/plugins/project/
1313
gpg.sbt
14+
.bsp
1415

1516
# Scala-IDE specific
1617
.scala_dependencies

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
22
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")
33
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")
5-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
5+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 commit comments

Comments
 (0)