Skip to content

Commit

Permalink
DDCNLS-4083 upgraded library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-best1 committed Jul 6, 2018
1 parent 1ebc0f2 commit 51ecef8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions project/FrontendBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ object FrontendBuild extends Build with MicroService {

private object AppDependencies {

private val frontendBootstrapVersion = "8.19.0"
private val frontendBootstrapVersion = "8.24.0"
private val playLanguageVersion = "3.3.0"
private val httpCachingClientVersion = "7.0.0"
private val cspClientVersion = "2.1.0"
private val httpCachingClientVersion = "7.1.0"
private val cspClientVersion = "2.2.0"
private val localTemplateRendererVersion = "2.0.0"
private val taxYearVersion="0.3.0"
private val taxYearVersion="0.4.0"
private val playConditionalFormMappingVersion="0.2.0"
private val playBreadCrumbVersion="1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.17
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/

resolvers += Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksamuel/sbt-plugins/"))(Resolver.ivyStylePatterns)

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.7.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.9.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.9.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "0.10.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "1.0.0")

Expand Down

0 comments on commit 51ecef8

Please sign in to comment.