Skip to content

Commit

Permalink
Bump com.github.node-gradle.node from 7.0.2 to 7.1.0
Browse files Browse the repository at this point in the history
Bumps com.github.node-gradle.node from 7.0.2 to 7.1.0.

---
updated-dependencies:
- dependency-name: com.github.node-gradle.node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and onriv committed Oct 18, 2024
1 parent 887f379 commit 840a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins {
// this is for using nodejs in gradle
// TODO maybe later we can do kotlin-multiplatform
// see: https://stackoverflow.com/questions/78493876/kotlin-gradle-multiplatform-not-producing-nodejs-artifact
id("com.github.node-gradle.node") version "7.0.2"
id("com.github.node-gradle.node") version "7.1.0"

}

Expand Down

0 comments on commit 840a52b

Please sign in to comment.