diff --git a/build.sbt b/build.sbt index 72839e1b9..fb330169a 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import com.typesafe.sbt.packager.docker.{Cmd, ExecCmd} val projectVersion = "1.0-latest" organization := "com.gu" -ThisBuild / scalaVersion := "2.13.11" +ThisBuild / scalaVersion := "2.13.12" val compilerOptions = Seq( "-deprecation",