X Tutup
Skip to content

Commit 1330c83

Browse files
committed
upgrading to version 4.2.0
1 parent 4c1941e commit 1330c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

structure/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ As of version 4, BioJava is available in maven central. This is all you would ne
1616
-->
1717
<groupId>org.biojava</groupId>
1818
<artifactId>biojava-structure</artifactId>
19-
<version>4.0.0</version>
19+
<version>4.2.0</version>
2020
</dependency>
2121
<!-- if you want to use the visualisation tools you need also this one: -->
2222
<dependency>
2323
<groupId>org.biojava</groupId>
2424
<artifactId>biojava-structure-gui</artifactId>
25-
<version>4.0.0</version>
25+
<version>4.2.0</version>
2626
</dependency>
2727
<!-- other biojava jars as needed -->
2828
</dependencies>

0 commit comments

Comments
 (0)
X Tutup