Skip to content

Commit 485b29b

Browse files
committed
Fixing simple release
I had to remove sonatype.sbt from .gitignore - I'm not sure why it was added in the first place, but now it has no secret to keep.
1 parent 615b6ca commit 485b29b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ logs
2929
# SBT
3030
/.history
3131

32-
# snapshots
33-
sonatype.sbt
34-
3532
# Vagrant
3633
/.vagrant/
3734

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
1717

1818
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
1919

20-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
20+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")

sonatype.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sonatypeProfileName := "com.fasterxml"

0 commit comments

Comments
 (0)