From f67dbb3639c2647deba606fb56ce463aa26bf75f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Feb 2023 20:43:48 +0000 Subject: [PATCH] Update ciris to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dcfcecae..70a56a4b 100644 --- a/build.sbt +++ b/build.sbt @@ -364,7 +364,7 @@ lazy val examples = project "org.typelevel" %% "log4cats-slf4j" % "2.5.0", "org.slf4j" % "slf4j-simple" % "2.0.6", "eu.timepit" %% "refined" % "0.10.1", - "is.cir" %% "ciris" % "3.0.0", + "is.cir" %% "ciris" % "3.1.0", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.22.0", "io.grpc" % "grpc-okhttp" % "1.52.1" // required for the OpenTelemetry exporter )