Skip to content

Commit

Permalink
Scala Steward Changes Cumulative 03/17/2024 (#66)
Browse files Browse the repository at this point in the history
* 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
ASRagab and scala-steward-asragab[bot] authored Mar 17, 2024
1 parent 648caa2 commit 0af05db
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
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
2 changes: 1 addition & 1 deletion .scalafmt.conf
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

Global / excludeLintKeys ++= Set(ThisBuild / pomIncludeRepository, unstructured4s / paradox / sourceDirectory)

ThisBuild / scalaVersion := "3.3.1"
ThisBuild / scalaVersion := "3.3.3"

ThisBuild / mimaFailOnNoPrevious := false

Expand Down
18 changes: 9 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ import sbt.*
object V {
lazy val zio = "2.0.21"
lazy val zioCats = "23.0.0.8"
lazy val sttp = "3.9.0"
lazy val sttp = "3.9.4"
lazy val circe = "0.14.6"
}

object Dependencies {
lazy val cats = "org.typelevel" %% "cats-core" % "2.10.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.2"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val catsEffectTesting = "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17" % Test
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
lazy val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % Test

lazy val sttpFs2 = "com.softwaremill.sttp.client3" %% "fs2" % V.sttp
Expand All @@ -24,12 +24,12 @@ object Dependencies {
lazy val circeGeneric = "io.circe" %% "circe-generic" % V.circe
lazy val circeParser = "io.circe" %% "circe-parser" % V.circe

lazy val zioTest = "dev.zio" %% "zio-test" % V.zio
lazy val zio = "dev.zio" %% "zio" % V.zio
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % V.zio
lazy val zioCats = "dev.zio" %% "zio-interop-cats" % V.zioCats
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.1.16"
lazy val loggingFrontend = "ch.qos.logback" % "logback-classic" % "1.4.14"
lazy val zioTest = "dev.zio" %% "zio-test" % V.zio
lazy val zio = "dev.zio" %% "zio" % V.zio
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % V.zio
lazy val zioCats = "dev.zio" %% "zio-interop-cats" % V.zioCats
lazy val loggingFrontend = "ch.qos.logback" % "logback-classic" % "1.5.3"
lazy val zioSlf4j = "dev.zio" %% "zio-logging-slf4j" % "2.1.17"

lazy val core: Seq[ModuleID] = Seq(
cats,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version = 1.9.8
sbt.version = 1.9.9

20 changes: 10 additions & 10 deletions project/plugins.sbt
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")

0 comments on commit 0af05db

Please sign in to comment.