Skip to content

Commit

Permalink
Updating to latest rascal and rascal-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rodinaarssen committed Oct 30, 2024
1 parent d88d77f commit 1e51545
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
Config.rsc

# Files generated for Rascal resources
src/*.rsc
Expand Down
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# to be written

5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.4</version>
<version>0.40.14</version>
</dependency>
<dependency>
<groupId>edu.appstate.cs</groupId>
Expand Down Expand Up @@ -136,9 +136,8 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.27.5</version>
<version>0.28.8</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<enableStandardLibrary>false</enableStandardLibrary>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down
File renamed without changes.

0 comments on commit 1e51545

Please sign in to comment.