Skip to content

Commit

Permalink
build(deps): bump gradleCommon from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
Bumps `gradleCommon` from 0.1.0 to 0.1.1.

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

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

Updates `love.forte.gradle.common:gradle-common-publication` from 0.1.0 to 0.1.1
- [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-patch
- dependency-name: love.forte.gradle.common:gradle-common-kotlin-multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: love.forte.gradle.common:gradle-common-publication
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2023
1 parent 2b712d6 commit 6b5830a
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.8.21"
val dokkaPluginVersion = "1.8.10"
val suspendTransformVersion = "0.3.1"
val gradleCommon = "0.1.0"
val gradleCommon = "0.1.1"
val ktor = "2.3.0"

dependencies {
Expand Down

0 comments on commit 6b5830a

Please sign in to comment.