We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615b6ca commit 485b29bCopy full SHA for 485b29b
.gitignore
@@ -29,9 +29,6 @@ logs
29
# SBT
30
/.history
31
32
-# snapshots
33
-sonatype.sbt
34
-
35
# Vagrant
36
/.vagrant/
37
project/plugins.sbt
@@ -17,4 +17,4 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
17
18
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
19
20
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
sonatype.sbt
@@ -0,0 +1 @@
1
+sonatypeProfileName := "com.fasterxml"
0 commit comments