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" )