From e84ecf01dfab012299cf7ba703bfb53735980362 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Thu, 11 Nov 2021 17:17:09 +0100 Subject: [PATCH] Update fix dependency to new Gradle project name See https://github.com/metafacture/metafacture-fix/commit/1fe336b --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 19b6ba4..3019d88 100644 --- a/project.clj +++ b/project.clj @@ -47,7 +47,7 @@ [org.metafacture/metamorph-api "5.2.0"] [org.metafacture/metamorph "5.2.0"] [org.metafacture/metamorph-test "5.2.0"] - [org.metafacture/metafacture-fix "0.2.0-SNAPSHOT" :exclusions [[org.eclipse.xtext/xtext-dev-bom]]]] + [org.metafacture/metafix "0.2.0-SNAPSHOT" :exclusions [[org.eclipse.xtext/xtext-dev-bom]]]] :plugins [[lein-shadow "0.3.1"]