Skip to content

Commit

Permalink
Merge branch 'main' into update/zio-json-yaml-0.7.39
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Mar 7, 2025
2 parents 0b26aed + 18d12ad commit 4a2dced
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ d4a7535a39fe713701919d4312e10e8de78b69d9

# Scala Steward: Reformat with scalafmt 3.9.1
7c708c88a62ba5e131fa6062dcdcf8c10e3ff9f6

# Scala Steward: Reformat with scalafmt 3.9.3
3c4849c90c678380da2050b018aa9f427f4c917f
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.2
version = 3.9.3
maxColumn = 120

align.preset = more
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.2"
val scalafmt = "org.scalameta" %% "scalafmt-dynamic" % "3.9.3"
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 @@ -25,7 +25,7 @@ object MimaSettings {
exclude[Problem]("zio.http.endpoint.openapi.OpenAPIGen#AtomizedMetaCodecs.copy"),
exclude[IncompatibleMethTypeProblem]("zio.http.Middleware.addHeader"),
exclude[IncompatibleMethTypeProblem]("zio.http.HandlerAspect.addHeader"),
ProblemFilters.exclude[ReversedMissingMethodProblem]("zio.http.Server.installInternal")
ProblemFilters.exclude[ReversedMissingMethodProblem]("zio.http.Server.installInternal"),
),
mimaFailOnProblem := failOnProblem,
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.31")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
Expand Down

2 comments on commit 4a2dced

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (PlainTextBenchmarkServer)

concurrency: 256
requests/sec: 350341

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 : Performance Benchmarks (SimpleEffectBenchmarkServer)

concurrency: 256
requests/sec: 359050

Please sign in to comment.