From d5b026f22f5df32b65c298ebc92b81deb04a0c9e Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Mon, 16 Oct 2023 09:50:26 +0200 Subject: [PATCH] chore: Update emtaconfig to 0.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01ab2ae9..79a4668f 100644 --- a/build.sbt +++ b/build.sbt @@ -129,7 +129,7 @@ val V = new { val pprint = "0.8.1" val fansi = "0.4.0" val fs2 = "3.9.2" - val metaconfig = "0.11.1" + val metaconfig = "0.12.0" } lazy val interfaces = project