Skip to content

Commit

Permalink
Update to Procyon snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jan 7, 2022
1 parent be54495 commit bf3be93
Showing 1 changed file with 39 additions and 8 deletions.
47 changes: 39 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.7.0</version>
<version>0.7.9</version>

<properties>
<!-- Project settings -->
Expand All @@ -15,22 +15,53 @@

<!-- Dependency versions -->
<applejavaext.version>1.4</applejavaext.version>
<procyon.version>0.5.36</procyon.version>
<!-- TODO: Change back when 0.6 stable is released -->
<!--<procyon.version>0.5.36</procyon.version>-->
<procyon.version>10b32a4</procyon.version>
<rsyntaxtextarea.version>3.1.5</rsyntaxtextarea.version>
</properties>

<!-- TODO: Remove when 0.6 stable is released -->
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>${rsyntaxtextarea.version}</version>
</dependency>
<dependency>
<groupId>com.apple</groupId>
<artifactId>AppleJavaExtensions</artifactId>
<version>${applejavaext.version}</version>
</dependency>
<!-- TODO: Change back when 0.6 stable is released -->
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-compilertools</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-core</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-expressions</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-reflection</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>${rsyntaxtextarea.version}</version>
</dependency>
<!--<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
<version>${procyon.version}</version>
Expand All @@ -49,7 +80,7 @@
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-compilertools</artifactId>
<version>${procyon.version}</version>
</dependency>
</dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit bf3be93

Please sign in to comment.