Skip to content

Commit

Permalink
Update Scala to 2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 2, 2022
1 parent 8c8ee69 commit 88a21e6
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 @@ -11,7 +11,7 @@ startYear := Some(2014)
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html"))
description := "SBT plugin for building installers with Install4J."

scalaVersion := "2.12.15"
scalaVersion := "2.12.16"

scalacOptions := Seq("-deprecation", "-unchecked", "-Xsource:3")

Expand Down

0 comments on commit 88a21e6

Please sign in to comment.