Skip to content

Commit 7a5780c

Browse files
committed
/* Maven */
1 parent 51a32bd commit 7a5780c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wiki/BioJava:GetStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ project pom.xml file:
4646
<dependency>
4747
<groupId>org.biojava</groupId>
4848
<artifactId>biojava-core</artifactId>
49-
<version>4.1.0</version>
49+
<version>4.2.0</version>
5050
</dependency>
5151
<!-- other biojava jars as needed -->
5252
</dependencies>

wiki/BioJava:GetStarted.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can add the BioJava repository by adding the following XML to your project p
2424
<dependency>
2525
<groupId>org.biojava</groupId>
2626
<artifactId>biojava-core</artifactId>
27-
<version>4.1.0</version>
27+
<version>4.2.0</version>
2828
</dependency>
2929
<!-- other biojava jars as needed -->
3030
</dependencies>

0 commit comments

Comments
 (0)