Skip to content

Commit 69d59ce

Browse files
authored
Updated the CDK version
1 parent cf5d3e2 commit 69d59ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ You can also download a pre-built library JAR from [releases](https://github.com
3838
Include the main JAR on the Java classpath when compiling and running your code:
3939

4040
```bash
41-
$ javac -cp cdk-2.2.jar MyClass.java
42-
$ java -cp cdk-2.2.jar:. MyClass
41+
$ javac -cp cdk-2.3.jar MyClass.java
42+
$ java -cp cdk-2.3.jar:. MyClass
4343
```
4444

4545
If you are using Maven, you can use the **uber** ``cdk-bundle``, note it is much more efficient to use include
@@ -49,7 +49,7 @@ the modules you need:
4949
<dependency>
5050
<artifactId>cdk-bundle</artifactId>
5151
<groupId>org.openscience.cdk</groupId>
52-
<version>2.2</version>
52+
<version>2.3</version>
5353
</dependency>
5454
```
5555

0 commit comments

Comments
 (0)