~jan0sch/smederee
Showing details for patch 1412aa86352b8d4ea17c0905047115d03a80c893.
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt --- old-smederee/build.sbt 2025-01-31 16:42:59.607731381 +0000 +++ new-smederee/build.sbt 2025-01-31 16:42:59.607731381 +0000 @@ -19,6 +19,7 @@ organizationName := "Contributors as noted in the AUTHORS.md file", scalacOptions ++= Seq( "-deprecation", + "-explain", "-explain-types", "-feature", "-language:higherKinds",