Skip to content

Commit

Permalink
chore: Update to version 0.19.2 in YAKS JBang dist
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed May 17, 2024
1 parent 7dc23d5 commit 0efb980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/tools/yaks-jbang/dist/YaksJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@

//JAVA 17+
//REPOS mavencentral
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.19.0}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.19.0}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.19.0}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.2.0}
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.19.2}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.19.2}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.19.2}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.2.1}
package main;

import org.citrusframework.yaks.jbang.YaksJBangMain;
Expand Down

0 comments on commit 0efb980

Please sign in to comment.