diff --git a/build.sbt b/build.sbt index 6a09a7b..617631c 100644 --- a/build.sbt +++ b/build.sbt @@ -134,7 +134,7 @@ lazy val e2e = projectMatrix "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", "org.typelevel" %% "cats-core" % "2.10.0", "io.undertow" % "undertow-core" % "2.3.10.Final", - "eu.timepit" %% "refined" % "0.11.0", + "eu.timepit" %% "refined" % "0.11.1", "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf" ), TestProtosGenerator.generateAllTypesProtoSettings,