From 5606f3fc82a248219cb8adf1aef2badf441acf0c Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Tue, 27 Aug 2024 12:09:37 +0200 Subject: [PATCH] Upgraded to latest rascal version --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 38fdc5f1..46655107 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ org.rascalmpl rascal-maven-plugin - 0.27.5 + 0.28.1 false ${project.build.outputDirectory} @@ -158,7 +158,13 @@ org.rascalmpl rascal - 0.40.4 + 0.40.7 + compile + + + org.rascalmpl + rascal + 0.40.7 compile @@ -167,5 +173,10 @@ 0.2.0 compile + + commons-lang + commons-lang + 2.6 +