diff --git a/build.sbt b/build.sbt index 48464116..e9ba2842 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val appName = "tamc-frontend" ThisBuild / majorVersion := 7 -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.14" ThisBuild / scalacOptions ++= Seq( "-feature", //"-Xfatal-warnings" FIXME switch to HMRCStandardPage template instead of deprecated HmrcLayout diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index 3537b026..9ba8347f 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -18,8 +18,8 @@ import sbt.* object LibraryDependencies { - private val hmrcMongoFeatureTogglesClientVersion = "1.4.0" - private val hmrcScaWrapperVersion = "1.8.0" + private val hmrcMongoFeatureTogglesClientVersion = "1.5.0" + private val hmrcScaWrapperVersion = "1.9.0" private val hmrcBootstrapVersion = "8.6.0" private val playVersion = "play-30" diff --git a/project/build.properties b/project/build.properties index 04267b14..081fdbbc 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index b7d24a03..12662ce4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,9 +4,9 @@ resolvers += "Typesafe Releases" at "https://repo.typesafe.com/typesafe/releases addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.22.0") addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.5.0") -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3") addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0" exclude ("org.scala-lang.modules", "scala-xml_2.12"))