From a8c79e558ea7a7fa70500774b182f719d1b74ce4 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 19 Nov 2024 14:55:00 +0100 Subject: [PATCH] Compile with `-Xsource:3` --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9efdcfd..c5830f5 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val cliMainClass = Seq( ) lazy val compileOptions: Seq[Setting[_]] = Seq( - scalacOptions ++= Seq("-Xfatal-warnings", "-deprecation") + scalacOptions ++= Seq("-Xfatal-warnings", "-deprecation", "-Xsource:3") ) lazy val packagerProjectSettings = Seq(