Skip to content

Commit

Permalink
Upgraded to latest rascal release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jun 14, 2024
1 parent a8505af commit 3ff7a56
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added RELEASE-NOTES.md
Empty file.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.34.0</version>
<version>0.40.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.22.0</version>
<version>0.27.3</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<enableStandardLibrary>false</enableStandardLibrary>
Expand Down Expand Up @@ -113,7 +113,6 @@
<enableStandardLibrary>true</enableStandardLibrary>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<license>${project.basedir}/LICENSE</license>
<sources>|http://github.com/cwi-swat/rascal-git|</sources>
<issues>|http://github.com/usethesource/rascal-git/issues|</issues>
<srcs>
Expand Down

0 comments on commit 3ff7a56

Please sign in to comment.