Skip to content

Commit

Permalink
Merge pull request #419 from hmrc/DDCNL-9119
Browse files Browse the repository at this point in the history
DDCNL-9119 sca wrapper update
  • Loading branch information
jmsatheesh authored Aug 8, 2024
2 parents 4056c0e + ba064b8 commit daff566
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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=1.9.9
sbt.version=1.10.0
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 "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"))

0 comments on commit daff566

Please sign in to comment.