Skip to content

Commit

Permalink
Merge pull request #53 from Comcast/0.8.12
Browse files Browse the repository at this point in the history
Roll 0.8.12
  • Loading branch information
kristomasette committed Jan 28, 2016
2 parents 5af5648 + 3c02fa6 commit 0c1d6e4
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 @@ -137,7 +137,7 @@ Add a dependency as follows for maven:
<dependency>
<groupId>com.comcast.money</groupId>
<artifactId>money-core</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</dependency>
```

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

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

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.12-SNAPSHOT</money.version>
<money.version>0.8.12</money.version>
</properties>

<repositories>
Expand Down

0 comments on commit 0c1d6e4

Please sign in to comment.