Skip to content

Commit

Permalink
Prepare to Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 24, 2014
1 parent 9b86805 commit 34307ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ description := "Scala implementation of a Burst Trie"

organization := "com.nefariouszhen.trie"

version := "0.2-SNAPSHOT"
version := "0.2"

licenses := Seq("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))

homepage := Some(url("https://github.com/nbauernfeind/scala-burst-trie"))

publishMavenStyle := true

scalaVersion := "2.11.2"
scalaVersion := "2.11.4"

crossScalaVersions := Seq("2.10.4", "2.11.2")
crossScalaVersions := Seq("2.10.4", "2.11.4")

credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")

publishTo <<= version { (v: String) =>
val nexus = "https://oss.sonatype.org/"
Expand Down

0 comments on commit 34307ab

Please sign in to comment.