Skip to content

Commit

Permalink
Merge pull request #4 from alexanderjamesking/master
Browse files Browse the repository at this point in the history
1.7.0 release
  • Loading branch information
Petr Nejedly committed Mar 17, 2015
2 parents 29e3538 + ed6355f commit 8702acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Include the following dependency in your SBT build
```scala
resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" %% "play-ui" % "1.6.0"
libraryDependencies += "uk.gov.hmrc" %% "play-ui" % "1.7.0"
```
2 changes: 1 addition & 1 deletion project/HmrcBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object HmrcBuild extends Build {
import Dependencies._

val appName = "play-ui"
val appVersion = "1.6.0"
val appVersion = "1.7.0"

val appDependencies = Seq(
Compile.play,
Expand Down

0 comments on commit 8702acf

Please sign in to comment.