Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chank committed Oct 17, 2014
1 parent cad0f96 commit 98a70d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
libraryDependencies += "org.scala-stm" %% "scala-stm" % "0.7"

libraryDependencies += "com.qifun" %% "json-stream" % "0.2.0-SNAPSHOT" % "provided"
libraryDependencies += "com.qifun" %% "json-stream" % "0.2.1" % "provided"

libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % Test

Expand All @@ -16,7 +16,7 @@ organization := "com.qifun"

name := "json-stream-bson"

version := "0.1.0-SNAPSHOT"
version := "0.1.0"

homepage := Some(url(s"https://github.com/qifun/${name.value}"))

Expand Down

0 comments on commit 98a70d6

Please sign in to comment.