Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 20, 2025
1 parent 5c8e48b commit fdcd2e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "sbt-jackson-version-check"
name := "sbt-jackson-version-check"
organization := "nl.gn0s1s"
startYear := Some(2024)
homepage := Some(url("https://github.com/philippus/sbt-jackson-version-check"))
startYear := Some(2024)
homepage := Some(url("https://github.com/philippus/sbt-jackson-version-check"))
licenses += License.Apache2

developers := List(
Expand All @@ -15,7 +15,7 @@ developers := List(

enablePlugins(SbtPlugin)

scalaVersion := "2.12.20"
scalaVersion := "2.13.16"
crossScalaVersions += "3.6.2"

pluginCrossBuild / sbtVersion := {
Expand All @@ -25,7 +25,7 @@ pluginCrossBuild / sbtVersion := {
}
}

ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible

Compile / packageBin / packageOptions += Package.ManifestAttributes(
Expand Down

0 comments on commit fdcd2e7

Please sign in to comment.