From c6382b4f8f4c63a0f2eaacadc2381238f3ffd71c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Nov 2021 01:18:36 +0100 Subject: [PATCH] Update scalameta, testkit to 4.4.30 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a6eef1f6e1..0e1a58f7a3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ object Dependencies { val metaconfigV = "0.9.15" - val scalametaV = "4.4.29" + val scalametaV = "4.4.30" val scalacheckV = "1.15.4" val coursier = "1.0.3" val munitV = "0.7.29"