Skip to content

Commit

Permalink
Merge pull request #254 from guardian/jw-scala-3-lts
Browse files Browse the repository at this point in the history
Downgrade Scala version (use latest LTS version)
  • Loading branch information
jacobwinch authored Sep 10, 2024
2 parents d9f2d37 + 5184da6 commit 562ccc8
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 @@ -11,7 +11,7 @@ val assemblySettings = Seq(
)

inThisBuild(Seq(
scalaVersion := "3.4.0",
scalaVersion := "3.3.3",
crossScalaVersions := Seq("2.13.14", scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 562ccc8

Please sign in to comment.