Skip to content

Commit

Permalink
Update scalafmt-core, scalafmt-dynamic to 3.9.1 (#3353)
Browse files Browse the repository at this point in the history
* Update scalafmt-core, scalafmt-dynamic to 3.9.1

* Reformat with scalafmt 3.9.1

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.9.1' to .git-blame-ignore-revs

---------

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Jules Ivanic <[email protected]>
  • Loading branch information
zio-scala-steward[bot] and guizmaii authored Feb 23, 2025
1 parent 281c526 commit 0fe379b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ d4a7535a39fe713701919d4312e10e8de78b69d9

# Scala Steward: Reformat with scalafmt 3.9.0
8fa225d19d6f475529ac702bfbe83f9bb0adff97

# Scala Steward: Reformat with scalafmt 3.9.1
7c708c88a62ba5e131fa6062dcdcf8c10e3ff9f6
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.9.0
version = 3.9.1
maxColumn = 120

align.preset = more
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ lazy val zioHttp = crossProject(JSPlatform, JVMPlatform)
`zio-schema-protobuf`,
`zio-test`,
`zio-test-sbt`,
`scala-compat-collection`
`scala-compat-collection`,
) ++ netty ++ Seq(`netty-incubator`),
)
.jvmSettings(MimaSettings.mimaSettings(failOnProblem = true))
Expand All @@ -202,7 +202,7 @@ lazy val zioHttp = crossProject(JSPlatform, JVMPlatform)
"dev.zio" %%% "zio-schema" % ZioSchemaVersion,
"dev.zio" %%% "zio-schema-json" % ZioSchemaVersion,
"dev.zio" %%% "zio-schema-protobuf" % ZioSchemaVersion,
)
),
)

lazy val zioHttpJS = zioHttp.js
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val `jwt-core` = "com.github.jwt-scala" %% "jwt-core" % JwtCoreVersion
val `scala-compat-collection` = "org.scala-lang.modules" %% "scala-collection-compat" % ScalaCompatCollectionVersion

val scalafmt = "org.scalameta" %% "scalafmt-dynamic" % "3.9.0"
val scalafmt = "org.scalameta" %% "scalafmt-dynamic" % "3.9.1"
val scalametaParsers = "org.scalameta" %% "parsers" % "4.13.2"

val netty =
Expand Down
2 changes: 1 addition & 1 deletion project/MimaSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object MimaSettings {
exclude[Problem]("zio.http.endpoint.openapi.OpenAPIGen#AtomizedMetaCodecs.this"),
exclude[Problem]("zio.http.endpoint.openapi.OpenAPIGen#AtomizedMetaCodecs.copy"),
exclude[IncompatibleMethTypeProblem]("zio.http.Middleware.addHeader"),
exclude[IncompatibleMethTypeProblem]("zio.http.HandlerAspect.addHeader")
exclude[IncompatibleMethTypeProblem]("zio.http.HandlerAspect.addHeader"),
),
mimaFailOnProblem := failOnProblem,
)
Expand Down

0 comments on commit 0fe379b

Please sign in to comment.