Skip to content

Commit

Permalink
Using latest versions of rascal and typepal
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 9, 2024
1 parent 1129acb commit 5650de7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.usethesource</groupId>
<artifactId>pom_parent</artifactId>
<version>0.3.5</version>
</parent>

<groupId>org.rascalmpl</groupId>
<artifactId>rascal-core</artifactId>
<version>0.12.6-SNAPSHOT</version>
Expand Down Expand Up @@ -227,7 +221,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.14.2-BOOT1</version>
<version>0.14.2</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
Expand All @@ -242,7 +236,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.8</version>
<version>0.40.9-BOOT1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5650de7

Please sign in to comment.