File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3232The 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
3737SBT:
3838``` scala
39- libraryDependencies += " org.javamoney" % " moneta" % " 1.4.3 " pomOnly()
39+ libraryDependencies += " org.javamoney" % " moneta" % " 1.4.4 " pomOnly()
4040```
4141
4242The release artifacts are accessible from the [ Maven Central] ( https://mvnrepository.com/artifact/org.javamoney/moneta/ ) .
You can’t perform that action at this time.
0 commit comments