From 8a979a9d82bd8cfc2dc163f87b59b141e83011fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Leuth=C3=A4user?= <1417198+max-leuthaeuser@users.noreply.github.com> Date: Thu, 16 Sep 2021 13:40:50 +0200 Subject: [PATCH] Updated cpg version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6ec9e5e3..0f1d3fe03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val cpgVersion = "1.3.304" +val cpgVersion = "1.3.327" val gitCommitString = SettingKey[String]("gitSha")