Skip to content

Commit

Permalink
Merge pull request #24 from Comcast/0.8.9
Browse files Browse the repository at this point in the history
Roll 0.8.9 release
  • Loading branch information
kristomasette committed Nov 25, 2015
2 parents 2259cbc + 9490238 commit a5475e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -123,7 +123,7 @@ Add a dependency as follows for maven:
<dependency>
<groupId>com.comcast.money</groupId>
<artifactId>money-core</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project/MoneyBuild.scala
Expand Up @@ -210,7 +210,7 @@ object MoneyBuild extends Build {

def basicSettings = Defaults.itSettings ++ SbtScalariform.scalariformSettings ++ Seq(
organization := "com.comcast.money",
version := "0.8.9-SNAPSHOT",
version := "0.8.9",
crossScalaVersions := Seq("2.10.6", "2.11.7"),
scalaVersion := "2.10.6",
resolvers ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion samples/samples-play/build.sbt
Expand Up @@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
ws
)

libraryDependencies += "com.comcast.money" %% "money-core" % "0.8.9-SNAPSHOT"
libraryDependencies += "com.comcast.money" %% "money-core" % "0.8.9"

fork in run := true

Expand Down
2 changes: 1 addition & 1 deletion samples/samples-springmvc/pom.xml
Expand Up @@ -13,7 +13,7 @@
<jackson.version>2.2.3</jackson.version>
<jetty.version>8.1.5.v20120716</jetty.version>
<jetty.jsp.version>8.1.4.v20120524</jetty.jsp.version>
<money.version>0.8.9-SNAPSHOT</money.version>
<money.version>0.8.9</money.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a5475e8

Please sign in to comment.