We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3424d2c commit 6604f2cCopy full SHA for 6604f2c
build-gui/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = ss_group
10
-version = '4.3.0'
+version = '4.3.1'
11
12
application {
13
mainClass = ss_main_class
build-server/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
build-shared/build.gradle
@@ -9,7 +9,7 @@ repositories {
-version = "4.3.0"
+version = "4.3.1"
14
dependencies {
15
implementation 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
0 commit comments