@@ -12,7 +12,7 @@ val catsEffect3Version = "3.5.4"
12
12
val catsMtlVersion = " 1.3.0"
13
13
val circeVersion = " 0.14.10"
14
14
val fs2Version = " 3.11.0"
15
- val http4sVersion = " 0.23.27 "
15
+ val http4sVersion = " 0.23.28 "
16
16
val javaTimeVersion = " 2.5.0"
17
17
val jsoniterVersion = " 2.30.9"
18
18
val laminextVersion = " 0.17.0"
@@ -31,7 +31,7 @@ val zioInteropReactiveVersion = "2.0.2"
31
31
val zioConfigVersion = " 4.0.2"
32
32
val zqueryVersion = " 0.7.5"
33
33
val zioJsonVersion = " 0.7.3"
34
- val zioHttpVersion = " 3.0.0-RC9 "
34
+ val zioHttpVersion = " 3.0.0"
35
35
val zioOpenTelemetryVersion = " 3.0.0-RC21"
36
36
37
37
Global / onChangedBuildSource := ReloadOnSourceChanges
@@ -211,7 +211,7 @@ lazy val tools = project
211
211
.settings(
212
212
libraryDependencies ++= Seq (
213
213
" org.scalameta" % " scalafmt-interfaces" % scalafmtVersion,
214
- " io.get-coursier" % " interface" % " 1.0.19 " ,
214
+ " io.get-coursier" % " interface" % " 1.0.20 " ,
215
215
" com.softwaremill.sttp.client3" %% " zio" % sttpVersion,
216
216
" dev.zio" %% " zio-test" % zioVersion % Test ,
217
217
" dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
@@ -237,7 +237,7 @@ lazy val tracing = project
237
237
" dev.zio" %% " zio-opentelemetry" % zioOpenTelemetryVersion,
238
238
" dev.zio" %% " zio-test" % zioVersion % Test ,
239
239
" dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
240
- " io.opentelemetry" % " opentelemetry-sdk-testing" % " 1.42.0 " % Test
240
+ " io.opentelemetry" % " opentelemetry-sdk-testing" % " 1.42.1 " % Test
241
241
)
242
242
)
243
243
.dependsOn(core, tools)
@@ -749,7 +749,10 @@ lazy val enableMimaSettingsJVM =
749
749
Def .settings(
750
750
mimaFailOnProblem := enforceMimaCompatibility,
751
751
mimaPreviousArtifacts := previousStableVersion.value.map(organization.value %% moduleName.value % _).toSet,
752
- mimaBinaryIssueFilters := Seq ()
752
+ mimaBinaryIssueFilters := Seq (
753
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" caliban.quick.*" ),
754
+ ProblemFilters .exclude[DirectMissingMethodProblem ](" caliban.QuickAdapter.*" )
755
+ )
753
756
)
754
757
755
758
lazy val enableMimaSettingsJS =
0 commit comments