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.
1 parent 1cb5107 commit a4f642cCopy full SHA for a4f642c
java/FMU-proxy/build.gradle
@@ -7,8 +7,8 @@ plugins {
7
8
println "Gradle version is ${gradle.getGradleVersion()}"
9
10
-ext.fmi4j_snapshot = true
11
-ext.fmi4j_version = fmi4j_snapshot ? 'refactor-SNAPSHOT' : 'v0.19.2'
+ext.fmi4j_snapshot = false
+ext.fmi4j_version = fmi4j_snapshot ? 'refactor-SNAPSHOT' : '0.20.0'
12
13
ext.grpc_version = '1.20.0'
14
ext.slf4j_version = '1.7.25'
0 commit comments