Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 11e6260

Browse files
authored
Compatibility with Scala 3 (#222)
Signed-off-by: Bendix Saeltz <bendix@saeltz.de>
1 parent 5026751 commit 11e6260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ lazy val scalacOptions_2_13 = Seq(
9292
"-Xfatal-warnings",
9393
"-Xlint:strict-unsealed-patmat",
9494
"-Ymacro-annotations",
95-
"-Ywarn-dead-code"
95+
"-Ywarn-dead-code",
96+
"-Xsource:3"
9697
)
9798

9899
lazy val sonatypeSettings = {

0 commit comments

Comments
 (0)