From fc37021b8460af908b9507bf71ee26ed14ad1591 Mon Sep 17 00:00:00 2001 From: healthm-bot <50454103+healthm-bot@users.noreply.github.com> Date: Tue, 1 Nov 2022 06:43:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Update=20izumi-reflect?= =?UTF-8?q?=20from=202.2.0=20to=202.2.1=20(#200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e6d916d..474c2816 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val V = new { val circe = "0.14.3" val enumeratum = "1.7.0" val googleFHIR = "0.6.1" - val izumiReflect = "2.2.0" + val izumiReflect = "2.2.1" val jsonassert = "1.5.1" val jUnit = "5.9.1" val litVersionForGenerator = "0.14.17"