From d208f8d03f0c3fec254bf8cbfbfb6c44bdbf7a19 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Wed, 17 Apr 2024 08:19:11 -0500 Subject: [PATCH] Removed Scala 3 only compile option --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fceac16d..f403bed3 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / organization := org ThisBuild / version := "0.4.0-SNAPSHOT" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions -ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-Yno-decode-stacktraces") +ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation") ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8") ThisBuild / publishTo := sonatypePublishTo.value