We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sbt-sonatype
3.9.10
1 parent e2f72cc commit 56c829dCopy full SHA for 56c829d
.gitignore
@@ -11,6 +11,7 @@ src_managed/
11
project/boot/
12
project/plugins/project/
13
gpg.sbt
14
+.bsp
15
16
# Scala-IDE specific
17
.scala_dependencies
project/plugins.sbt
@@ -2,5 +2,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
2
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")
3
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
4
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1")
5
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
6
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
0 commit comments