Skip to content

Commit

Permalink
updated OCL version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
wahljo1 authored and wahljo1 committed Jul 8, 2024
1 parent 0ce3652 commit a40f8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<properties>
<maven.min-version>3.2.5</maven.min-version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Use:
Expand All @@ -26,7 +26,7 @@
to check for updates for these below -->
<javafx.version>19.0.2</javafx.version>
<mmtf.version>1.0.10</mmtf.version>
<openchemlib.version>2021.10.1</openchemlib.version>
<openchemlib.version>2024.6.1</openchemlib.version>
<janino.version>2.7.4</janino.version>


Expand Down

0 comments on commit a40f8e2

Please sign in to comment.