Skip to content

Commit 3415a66

Browse files
committed
Fixed #401
1 parent 438e24a commit 3415a66

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
@@ -24,19 +24,19 @@ You can access the RI by adding the following Maven dependencies:
2424
<dependency>
2525
<groupId>org.javamoney</groupId>
2626
<artifactId>moneta</artifactId>
27-
<version>1.4.3</version>
27+
<version>1.4.4</version>
2828
<type>pom</type>
2929
</dependency>
3030
```
3131

3232
The same for Gradle:
3333
```groovy
34-
compile group: 'org.javamoney', name: 'moneta', version: '1.4.3', ext: 'pom'
34+
compile group: 'org.javamoney', name: 'moneta', version: '1.4.4', ext: 'pom'
3535
```
3636

3737
SBT:
3838
```scala
39-
libraryDependencies += "org.javamoney" % "moneta" % "1.4.3" pomOnly()
39+
libraryDependencies += "org.javamoney" % "moneta" % "1.4.4" pomOnly()
4040
```
4141

4242
The release artifacts are accessible from the [Maven Central](https://mvnrepository.com/artifact/org.javamoney/moneta/).

0 commit comments

Comments
 (0)