Updated README

This commit is contained in:
UnlegitDqrk
2026-03-03 12:17:06 +01:00
parent 4f3066d1cc
commit 48d880b218

View File

@@ -66,7 +66,7 @@ Use the published modules directly from Maven:
<dependency> <dependency>
<groupId>org.openautonomousconnection.luaj</groupId> <groupId>org.openautonomousconnection.luaj</groupId>
<artifactId>jse</artifactId> <artifactId>jse</artifactId>
<version>3.0.2</version> <version>VERSION</version>
</dependency> </dependency>
``` ```
@@ -76,7 +76,7 @@ For the core VM without the JSE platform layer:
<dependency> <dependency>
<groupId>org.openautonomousconnection.luaj</groupId> <groupId>org.openautonomousconnection.luaj</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>3.0.2</version> <version>VERSION</version>
</dependency> </dependency>
``` ```