Skip to content

Commit

Permalink
Merge pull request #9 from usethesource/upgrade-dependencies-for-new-…
Browse files Browse the repository at this point in the history
…tpl-version

Updated dependencies such that newer downstream dependencies can use typepal
  • Loading branch information
jurgenvinju authored Jan 13, 2023
2 parents d9875be + 45e05ae commit 5f0ae86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.14.5</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand All @@ -69,6 +69,7 @@
<srcIgnore>${project.basedir}/src/examples</srcIgnore>
</srcIgnores>
<errorsAsWarnings>true</errorsAsWarnings>
<enableStandardLibrary>false</enableStandardLibrary>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -145,7 +146,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.24.3</version>
<version>0.28.3</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5f0ae86

Please sign in to comment.