Skip to content

Commit

Permalink
build: add sonatype plugin to sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Jan 5, 2016
1 parent b1e88e3 commit 8d72741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ src_managed/
project/boot/
project/plugins/project/

# ensime specific
.ensime
.ensime_cache/

# Scala-IDE specific
.scala_dependencies
.worksheet
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
logLevel := Level.Warn
logLevel := Level.Warn
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.0")

0 comments on commit 8d72741

Please sign in to comment.