From 367d525c1a3a2c341165eaa1d56844a9e1fb0bb7 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Wed, 24 Jan 2024 15:28:07 +0100 Subject: [PATCH] Updated Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3723158..5cf7f218 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.2 + 1.4.3 pom ``` The same for Gradle: ```groovy -compile group: 'org.javamoney', name: 'moneta', version: '1.4.2', ext: 'pom' +compile group: 'org.javamoney', name: 'moneta', version: '1.4.3', ext: 'pom' ``` SBT: ```scala -libraryDependencies += "org.javamoney" % "moneta" % "1.4.2" pomOnly() +libraryDependencies += "org.javamoney" % "moneta" % "1.4.3" pomOnly() ``` The release artifacts are accessible from the [Maven Central](https://mvnrepository.com/artifact/org.javamoney/moneta/).