We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f295041 + 87e0f4f commit 2939bc8Copy full SHA for 2939bc8
build.gradle
@@ -73,7 +73,7 @@ ext {
73
junitVersion = '5.8.1'
74
junitSuiteVersion = '1.9.0'
75
mockitoVersion = '4.6.1'
76
- rskjcoreVersion = '5.4.0-SNAPSHOT'
+ rskjcoreVersion = '6.1.0-SNAPSHOT'
77
}
78
79
dependencies {
src/main/resources/version.properties
@@ -1,2 +1,2 @@
1
-versionNumber='5.4.0.0'
+versionNumber='6.1.0.0'
2
modifier="SNAPSHOT"
0 commit comments