Skip to content

Commit

Permalink
Downgrade refined due to lack of native 0.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 29, 2024
1 parent 03c6124 commit b84edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ThisBuild / mimaBinaryIssueFilters ++= List(
lazy val fs2Version = "3.11.0"
lazy val openTelemetryVersion = "1.44.1"
lazy val otel4sVersion = "0.11.1"
lazy val refinedVersion = "0.11.2"
lazy val refinedVersion = "0.11.0"

// Global Settings
lazy val commonSettings = Seq(
Expand Down

0 comments on commit b84edf6

Please sign in to comment.