Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Aug 10, 2023
1 parent b704f64 commit 59da13f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions update-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
<property name="jquery" value="3.5.1"/>
<property name="slf4j" value="1.7.36"/>
<property name="joml" value="1.10.5"/>
<property name="kotlinc-version" value="1.8.21"/>
<property name="kotlinc-build" value="1.8.21-release-380"/>
<property name="jmh-core" value="1.36"/>
<property name="jmh-generator-annprocess" value="1.36"/>
<property name="kotlinc-version" value="1.9.0"/>
<property name="kotlinc-build" value="1.9.0-release-358"/>
<property name="jmh-core" value="1.37"/>
<property name="jmh-generator-annprocess" value="1.37"/>
<property name="jopt-simple" value="5.0.4"/>
<property name="commons-math3" value="3.6.1"/>
<property name="openjfx" value="11.0.2"/>
<!-- *********************************** -->

<target name="check-dependencies" description="Updates LWJGL dependencies, if required" unless="${build.offline}">
Expand Down

0 comments on commit 59da13f

Please sign in to comment.