Skip to content

Commit

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

* Update scalac-scapegoat-plugin to 3.1.2

* Update sbt to 1.10.4

---------

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 Oct 28, 2024
1 parent 4a77ec7 commit 8ad850a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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.1")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "3.1.2")

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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.3
sbt.version = 1.10.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.7")

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

0 comments on commit 8ad850a

Please sign in to comment.