From 3415a66a09326f8e8bf07c21213b4d7eb4cf561a Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sat, 27 Jan 2024 21:36:52 +0100 Subject: [PATCH] Fixed #401 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cf7f218..4e1c7fc9 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,19 @@ You can access the RI by adding the following Maven dependencies: org.javamoney moneta - 1.4.3 + 1.4.4 pom ``` The same for Gradle: ```groovy -compile group: 'org.javamoney', name: 'moneta', version: '1.4.3', ext: 'pom' +compile group: 'org.javamoney', name: 'moneta', version: '1.4.4', ext: 'pom' ``` SBT: ```scala -libraryDependencies += "org.javamoney" % "moneta" % "1.4.3" pomOnly() +libraryDependencies += "org.javamoney" % "moneta" % "1.4.4" pomOnly() ``` The release artifacts are accessible from the [Maven Central](https://mvnrepository.com/artifact/org.javamoney/moneta/).