From 5fd208c89800e133419fda7839747a5ff26bcd13 Mon Sep 17 00:00:00 2001 From: Lindsey Dew <1202622+lindseydew@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:57:19 +0000 Subject: [PATCH] Fix the build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd70bb2c..45cba728 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List( "-deprecation", "-encoding", "UTF-8", - "-release:11" + "-release:11", "-Ypartial-unification", "-Ywarn-dead-code" )