Skip to content

Commit

Permalink
Merge pull request #28 from Comcast/0.8.10
Browse files Browse the repository at this point in the history
Roll 0.8.10
  • Loading branch information
paulcleary committed Dec 3, 2015
2 parents 5d765fa + 2ba7388 commit 6f7d4b3
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.9</version>
<version>0.8.10</version>
</dependency>
```

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

def basicSettings = Defaults.itSettings ++ SbtScalariform.scalariformSettings ++ Seq(
organization := "com.comcast.money",
version := "0.8.10-SNAPSHOT",
version := "0.8.10",
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"
libraryDependencies += "com.comcast.money" %% "money-core" % "0.8.10"

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</money.version>
<money.version>0.8.10</money.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6f7d4b3

Please sign in to comment.