Skip to content

Commit

Permalink
Moved to cplc 2.1.1 which fixes critical bug
Browse files Browse the repository at this point in the history
There was missing NPE check in cpcl 2.1.0 causing cocmpilation to fail
if arguments supplied
  • Loading branch information
judovana committed Jan 7, 2022
1 parent 39799d9 commit 4922312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime-decompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-api</artifactId>
<version>[2.0,)</version>
<version>[2.1.1,)</version>
</dependency>
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-util</artifactId>
<version>[2.0,)</version>
<version>[2.1.1,)</version>
</dependency>
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler</artifactId>
<version>[2.0,)</version>
<version>[2.1.1,)</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 4922312

Please sign in to comment.