Skip to content

Commit

Permalink
Merge pull request #44 from bitcoinprivacy/development
Browse files Browse the repository at this point in the history
fixed version error, increased version
  • Loading branch information
stefanwouldgo authored Nov 28, 2017
2 parents b8620f3 + ae03738 commit cd6b638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.earldouglas.xwp.ContainerPlugin.autoImport._
object BgeapiBuild extends Build {
val Organization = "net.bitcoinprivacy"
val Name = "bgeapi"
val Version = "1.0"
val Version = "3.2.1"
val ScalaVersion = "2.11.8"
val ScalatraVersion = "2.4.0"

Expand All @@ -26,7 +26,7 @@ object BgeapiBuild extends Build {
resolvers += Classpaths.typesafeReleases,
resolvers += "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases",
libraryDependencies ++= Seq(
"net.bitcoinprivacy" %% "bge" % "3.1",
"net.bitcoinprivacy" %% "bge" % Version,
"org.scalatra" %% "scalatra-json" % "2.4.0",
"org.json4s" %% "json4s-jackson" % "3.3.0",
"org.scalatra" %% "scalatra" % ScalatraVersion,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "net.bitcoinprivacy"

name := "bge"

version := "3.2.0"
version := "3.2.1"

scalaVersion := "2.11.8"

Expand Down

0 comments on commit cd6b638

Please sign in to comment.