Skip to content

Commit

Permalink
remove -target:jvm-1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Dec 25, 2023
1 parent f6d5e56 commit 4b4fb65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ val commonSettings = Def.settings(
homepage := Some(url("https://github.com/msgpack4z")),
licenses := Seq("MIT License" -> url("http://www.opensource.org/licenses/mit-license.php")),
scalacOptions ++= Seq(
"-target:jvm-1.8",
"-deprecation",
"-unchecked",
"-Xlint",
Expand Down

0 comments on commit 4b4fb65

Please sign in to comment.