Skip to content

Commit

Permalink
4.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle1 committed Aug 5, 2022
1 parent 0b575bc commit bf1c8ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>processing-core-4</artifactId>
<version>4.0b6c</version>
<version>4.0b9</version>
</dependency>
```

Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>4.0b6</version>
<version>4.0b9</version>
<name>Processing Core</name>

<properties>
Expand Down Expand Up @@ -126,24 +126,21 @@
</profiles>

<dependencies>

<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>17.0.2</version>
<version>18.0.2</version>
</dependency>

<dependency>
<groupId>me.friwi</groupId>
<artifactId>jogl-all</artifactId>
<version>v2.4.0-rc-20210111</version>
</dependency>

<dependency>
<groupId>me.friwi</groupId>
<artifactId>gluegen-rt</artifactId>
<version>v2.4.0-rc-20210111</version>
</dependency>

</dependencies>

</project>
2 changes: 1 addition & 1 deletion processing4

0 comments on commit bf1c8ef

Please sign in to comment.