Skip to content

Commit

Permalink
PLATUI-2857: Upgrade PlatUI services to pull in the new Tudor crown l…
Browse files Browse the repository at this point in the history
…ogo (#123)
  • Loading branch information
kyle-bowden committed Feb 13, 2024
1 parent b6924bc commit b668d5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -36,7 +36,7 @@ lazy val microservice = Project(appName, file("."))
.settings(
majorVersion := 4,
PlayKeys.playDefaultPort := 9240,
scalaVersion := "2.13.8",
scalaVersion := "2.13.12",
libraryDependencies ++= AppDependencies.compile ++ AppDependencies.test,
TwirlKeys.templateImports ++= Seq(
"uk.gov.hmrc.helpfrontend.config.AppConfig",
Expand Down
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Expand Up @@ -3,7 +3,7 @@ import sbt._
object AppDependencies {

private val bootstrapVersion = "8.1.0"
private val frontendVersion = "8.0.0"
private val frontendVersion = "8.5.0"
private val playVersion = "play-30"

val compile = Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -5,8 +5,8 @@ resolvers += Resolver.url("HMRC-open-artefacts-ivy2", url("https://open.artefact

resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.15.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.4.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.20.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
Expand Down

0 comments on commit b668d5b

Please sign in to comment.