Skip to content

Commit

Permalink
Bump gradleCommon from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps `gradleCommon` from 0.1.1 to 0.2.0.

Updates `love.forte.gradle.common:gradle-common-core` from 0.1.1 to 0.2.0
- [Commits](https://github.com/ForteScarlet/gradle-common/commits)

Updates `love.forte.gradle.common:gradle-common-kotlin-multiplatform` from 0.1.1 to 0.2.0
- [Commits](https://github.com/ForteScarlet/gradle-common/commits)

Updates `love.forte.gradle.common:gradle-common-publication` from 0.1.1 to 0.2.0
- [Commits](https://github.com/ForteScarlet/gradle-common/commits)

---
updated-dependencies:
- dependency-name: love.forte.gradle.common:gradle-common-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: love.forte.gradle.common:gradle-common-kotlin-multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: love.forte.gradle.common:gradle-common-publication
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent bf4b1e1 commit 679a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
val kotlinVersion = "1.9.10"
val dokkaPluginVersion = "1.9.0"
val suspendTransformVersion = "0.5.0"
val gradleCommon = "0.1.1"
val gradleCommon = "0.2.0"
val ktor = "2.3.1"

dependencies {
Expand Down

0 comments on commit 679a52b

Please sign in to comment.