Skip to content

Commit

Permalink
Update centres to 1.2.1
Browse files Browse the repository at this point in the history
https://github.com/SiMolecule/centres/releases/tag/1.2.1

Note, 1.1 automatically pulled in guava, but 1.2.1 does not use it anymore,
hence an explicit dep is needed for guava.
  • Loading branch information
mjw99 committed Apr 29, 2024
1 parent cc3de2c commit 85e9ca5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cdkdepict-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@
<dependency>
<groupId>com.simolecule.centres</groupId>
<artifactId>centres-cdk</artifactId>
<version>1.1</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 85e9ca5

Please sign in to comment.