From 9d02dc4585ab7437a18edfb40ca65cbd6717d2f5 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:40:28 +0200 Subject: [PATCH] Minor/Patch Updates (#45) * Update sbt-scapegoat to 1.2.2 * Update scalac-scapegoat-plugin to 2.1.3 * Update scala-library to 2.13.12 * Update sbt to 1.9.6 --------- Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- build.sbt | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index dcdd378..31103b0 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ lazy val commonSettings = lazy val compilerSettings = Seq( - scalaVersion := "2.13.11", + scalaVersion := "2.13.12", versionScheme := Some("early-semver"), Compile / packageBin / mappings += baseDirectory.value / "LICENSE" -> "LICENSE", scalacOptions ++= Seq( @@ -162,7 +162,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true) lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true) -lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.2") +lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.3") lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r diff --git a/project/build.properties b/project/build.properties index 06969a3..303541e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.4 +sbt.version = 1.9.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index 366936e..0fc0c34 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Static code analysis. // sbt> scapegoat -addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.1") +addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.2") // Publish to sonatype addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")