Skip to content

Commit

Permalink
Produce jdk 17 bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jul 20, 2023
1 parent dc9a40f commit b5aba68
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 @@ -16,7 +16,7 @@ scalacOptions := Seq(
"-indent",
"-rewrite",
"-source:future-migration",
"-Xtarget:12",
"-release:17",
"-Wunused:all"
)
publishTo := Some(Resolver.file("file", new File(sys.props.getOrElse("publishTo", ""))))

0 comments on commit b5aba68

Please sign in to comment.