Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 1cad5d3

Browse files
committed
update readme
1 parent a75c3e3 commit 1cad5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proteus-bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In Maven, you need to import the bom first:
1111
<dependency>
1212
<groupId>io.netifi.proteus</groupId>
1313
<artifactId>proteus-bom</artifactId>
14-
<version>1.6.0</version>
14+
<version>1.6.1</version>
1515
<type>pom</type>
1616
<scope>import</scope>
1717
</dependency>
@@ -67,7 +67,7 @@ Then use it to import the BOM:
6767
```groovy
6868
dependencyManagement {
6969
imports {
70-
mavenBom "io.netifi.proteus:proteus-bom:1.6.0"
70+
mavenBom "io.netifi.proteus:proteus-bom:1.6.1"
7171
}
7272
}
7373
```

0 commit comments

Comments
 (0)