Skip to content

Commit

Permalink
Align knative CLI dependencies with Kogito 1.29.0 (#1292)
Browse files Browse the repository at this point in the history
* Align knative CLI dependencies with Kogito 1.29.0

* Kogito 1.29.0 was only pick up on 2.13.3
  • Loading branch information
ederign authored Oct 21, 2022
1 parent 88fba89 commit eac1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kn-plugin-workflow/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = composeEnv([require("@kie-tools/root-env/env")], {
},
KN_PLUGIN_WORKFLOW__quarkusVersion: {
name: "KN_PLUGIN_WORKFLOW__quarkusVersion",
default: "2.10.0.Final",
default: "2.13.3.Final",
description: "Quarkus version to be used when creating the Kogito Serverless Workflow project",
},
}),
Expand Down

0 comments on commit eac1bb7

Please sign in to comment.