Skip to content

Commit

Permalink
project & pom
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 7, 2023
1 parent ca1a2ea commit 77cbec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</natures>
<filteredResources>
<filter>
<id>1687702440677</id>
<id>1694901159254</id>
<name></name>
<type>30</type>
<matcher>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.8.5</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>vallang</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -223,7 +223,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.33.6-RC5-SNAPSHOT</version>
<version>0.33.8</version>
</dependency>
</dependencies>
</project>

0 comments on commit 77cbec5

Please sign in to comment.