Skip to content

Commit

Permalink
Give some love to the project
Browse files Browse the repository at this point in the history
- Remove sbt 1.0.0 support
- Update Scala version
- Update sbt and sbt plugins
- Remove deprecated sbt syntax usages
- Update Scalafix and improve its configuration
- Install Scala Steward to help us maintain this project
- Fix Scalafix issues in code
  • Loading branch information
guizmaii committed Jul 16, 2023
1 parent f76d299 commit 0581ad3
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 @@ -43,7 +43,6 @@ lazy val plugin = project
.settings(
moduleName := "sbt-native-image",
sbtPlugin := true,
pluginCrossBuild / sbtVersion := "1.0.0",
crossScalaVersions := List(scala212),
buildInfoPackage := "sbtnativeimage",
buildInfoKeys := Seq[BuildInfoKey](version),
Expand Down

0 comments on commit 0581ad3

Please sign in to comment.