Skip to content

Commit

Permalink
Update to latest otel4s and postgresql dependencies (#1148)
Browse files Browse the repository at this point in the history
* Update to latest dependencies

* Downgrade cats to 2.11 since 2.12 is only published for native 0.5

* Downgrade scala-java-time to 2.5.0 since 2.6.0 is only published for native 0.5

* Downgrade twiddles & enumeratum as well

* Downgrade locals-minimal-en_us-db

* Downgrade refined due to lack of native 0.5 support

* Downgrade circe due to lack of native 0.5 support

* Downgrade discipline-munit due to lack of native 0.5 support

* Downgrade munit due to lack of native 0.5 support
  • Loading branch information
mpilquist authored Nov 29, 2024
1 parent 3cb09be commit 5de9955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ThisBuild / mimaBinaryIssueFilters ++= List(

// This is used in a couple places
lazy val fs2Version = "3.11.0"
lazy val openTelemetryVersion = "1.29.0"
lazy val openTelemetryVersion = "1.44.1"
lazy val otel4sVersion = "0.11.1"
lazy val refinedVersion = "0.11.0"

Expand Down Expand Up @@ -248,7 +248,7 @@ lazy val bench = project
.dependsOn(core.jvm)
.settings(commonSettings)
.settings(
libraryDependencies += "org.postgresql" % "postgresql" % "42.7.2"
libraryDependencies += "org.postgresql" % "postgresql" % "42.7.4"
)

lazy val unidocs = project
Expand Down

0 comments on commit 5de9955

Please sign in to comment.