Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 17, 2023
1 parent 07865a3 commit 9de9278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ lazy val basicSettings = excludeFilterSettings ++ Seq(
baseDirectory.value / "src" / "test" / "resources"
),
scalacOptions ++= Seq(
"-target:jvm-1.8",
"-release:8",
"-encoding",
"UTF-8",
"-feature",
Expand Down

0 comments on commit 9de9278

Please sign in to comment.