Skip to content

Commit

Permalink
Upgraded to latest rascal version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Aug 27, 2024
1 parent afe8442 commit 04d63f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build and Deploy
on:
push:
branches:
- master
- main
tags:
- 'v[0-9]+.*'
pull_request:
branches:
- master
- main
env:
MAVEN_OPTS: "-Xmx4G -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.27.3</version>
<version>0.28.1</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.2</version>
<version>0.40.7</version>
</dependency>
</dependencies>
</project>

0 comments on commit 04d63f9

Please sign in to comment.