From fc11205a68ca340a812378d0181fca6ce943afc0 Mon Sep 17 00:00:00 2001 From: Lindsey Dew Date: Thu, 28 Mar 2024 11:54:33 +0000 Subject: [PATCH] Update build.sbt Co-authored-by: Roberto Tyley --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index a23933b1..fd70bb2c 100644 --- a/build.sbt +++ b/build.sbt @@ -67,6 +67,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List( "-deprecation", "-encoding", "UTF-8", + "-release:11" "-Ypartial-unification", "-Ywarn-dead-code" )