Skip to content

Commit

Permalink
Merge pull request #50 from hmrc/PLATUI-3084-bump-version
Browse files Browse the repository at this point in the history
PLATUI-3084 bump major version due to dropping Scala 2.12 support
  • Loading branch information
ellamdav authored May 31, 2024
2 parents db70ede + 231cf4a commit 26944e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt.Keys._
val scala2_13 = "2.13.12"
val scala3 = "3.3.3"

ThisBuild / majorVersion := 7
ThisBuild / majorVersion := 8
ThisBuild / isPublicArtefact := true
ThisBuild / scalaVersion := scala2_13
ThisBuild / scalacOptions += "-Wconf:src=views/.*:s"
Expand Down

0 comments on commit 26944e6

Please sign in to comment.