Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit b8d7b27

Browse files
author
Ana Felisatti
authored
try to fix
1 parent 49f949f commit b8d7b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native-cli/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation group: 'org.mule.weave', name: 'xmlschema-module', version: weaveVersion
3131
implementation group: 'org.mule.weave', name: 'http-module', version: ioVersion
3232
implementation group: 'org.mule.weave', name: 'process-module', version: ioVersion
33-
implementation group: 'org.mule.weave', name: 'migrant', version: weaveVersion
33+
implementation group: 'org.mule.weave', name: 'migrant', version: '2.6.0-SNAPSHOT'
3434
implementation(group: 'org.mule.weave', name: 'http-netty-module', version: ioVersion) {
3535
exclude group: 'org.slf4j'
3636
}
@@ -187,4 +187,4 @@ nativeCompile.dependsOn("shadowJar")
187187

188188
tasks.named("nativeCompile") {
189189
classpathJar = file("${buildDir}/libs/native-cli-" + nativeVersion + "-all.jar")
190-
}
190+
}

0 commit comments

Comments
 (0)