Skip to content

Commit

Permalink
Update to latest scala 2.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv authored Mar 1, 2024
1 parent 1924c87 commit 9c3ab8a
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 @@ -63,7 +63,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List(
),
organization := "com.gu",
version := "1.0",
scalaVersion := "2.12.5",
scalaVersion := "2.12.18",
scalacOptions ++= Seq(
"-deprecation",
"-encoding",
Expand Down

0 comments on commit 9c3ab8a

Please sign in to comment.