Skip to content

Commit

Permalink
Merge branch 'main' into fixes-for-undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Nov 25, 2024
2 parents 0a07fe6 + 1730c9f commit 6a30a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.14.8-SNAPSHOT</version>
<version>0.14.9-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.7-BOOT4</version>
<version>0.28.9-BOOT1</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.16</version>
<version>0.40.17</version>
</dependency>
</dependencies>
</project>

0 comments on commit 6a30a3b

Please sign in to comment.