-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scala Steward Changes Cumulative 03/17/2024 (#66)
* Update cats-effect to 3.5.4 in steward (#65) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update async-http-client-backend-zio, ... to 3.9.4 in steward (#64) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update scalatest to 3.2.18 in steward (#56) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update scala3-library to 3.3.3 in steward (#62) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update scalafmt-core to 3.8.0 in steward (#60) * Update scalafmt-core to 3.8.0 in steward * Reformat with scalafmt 3.8.0 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs --------- Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update sbt to 1.9.9 in steward (#59) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update zio-logging-slf4j to 2.1.17 in steward (#53) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ragab <[email protected]> * Update paradox-material-theme, ... to 0.7.0 in steward (#58) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> * Update logback-classic to 1.5.3 in steward (#63) Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ragab <[email protected]> --------- Co-authored-by: scala-steward-asragab[bot] <142696383+scala-steward-asragab[bot]@users.noreply.github.com>
- Loading branch information
1 parent
648caa2
commit 0af05db
Showing
6 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Scala Steward: Reformat with scalafmt 3.7.12 | ||
0c3e403a353afe9d4decad5021bc1b41904c9dd8 | ||
|
||
# Scala Steward: Reformat with scalafmt 3.8.0 | ||
39d1ed02d11f08eff8bc7d7f1761e4e2314f8eee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version="3.7.17" | ||
version="3.8.0" | ||
runner.dialect=scala3 | ||
align.preset=most | ||
maxColumn=120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sbt.version = 1.9.8 | ||
sbt.version = 1.9.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") | ||
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") | ||
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") | ||
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") | ||
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") | ||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") | ||
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0") | ||
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") | ||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") | ||
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0") | ||
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") |