Skip to content

Commit

Permalink
Minor/Patch Updates (#87)
Browse files Browse the repository at this point in the history
* Update sbt-scapegoat to 1.2.9

* Update scalac-scapegoat-plugin to 3.1.4

* Update scala-library to 2.13.16

* Update sbt-scalafmt to 2.5.4

* Update scalafmt-core to 3.8.5

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Jan 20, 2025
1 parent cd6d21d commit 58617b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://scalameta.org/scalafmt/docs/configuration.html
version = "3.8.4"
version = "3.8.5"
runner.dialect = scala213source3
preset = defaultWithAlign
align.preset = most
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lazy val commonSettings =
sbtGitSettings

lazy val compilerSettings = Seq(
scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
versionScheme := Some("early-semver"),
Compile / packageBin / mappings += baseDirectory.value / "LICENSE" -> "LICENSE",
scalacOptions ++= Seq(
Expand Down Expand Up @@ -154,7 +154,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true)

lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true)

lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "3.1.2")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "3.1.4")

lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
// Formatting in scala
// See .scalafmt.conf for configuration details.
// Formatting takes place before the project is compiled.
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

// Static code analysis.
// sbt> scapegoat
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.8")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.9")

// Publish to sonatype
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
Expand Down

0 comments on commit 58617b8

Please sign in to comment.