From f4cee0a530b1beed3b25bf8cdf796e5ad5c6021c Mon Sep 17 00:00:00 2001 From: Bendix Saeltz Date: Thu, 2 Sep 2021 12:09:55 +0200 Subject: [PATCH] Compatibility with Scala 3 Signed-off-by: Bendix Saeltz --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a92b450..2e2683f 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,8 @@ lazy val scalacOptions_2_13 = Seq( "-Xfatal-warnings", "-Xlint:strict-unsealed-patmat", "-Ymacro-annotations", - "-Ywarn-dead-code" + "-Ywarn-dead-code", + "-Xsource:3" ) lazy val sonatypeSettings = {