From 0581ad3caa25751be622bb0fe07d535d4180227d Mon Sep 17 00:00:00 2001 From: jules Ivanic Date: Sun, 16 Jul 2023 18:06:09 +0400 Subject: [PATCH] Give some love to the project - 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 --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 10191d4..35079c8 100644 --- a/build.sbt +++ b/build.sbt @@ -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),