Skip to content

Commit

Permalink
Bump com.vanniktech.maven.publish.base from 0.21.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [com.vanniktech.maven.publish.base](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.21.0...0.22.0)

---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish.base
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2022
1 parent 274cc42 commit d32174e
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 @@ -33,7 +33,7 @@ plugins {
id("com.android.application") version "7.2.2" apply false
id("com.android.library") version "7.2.2" apply false
id("org.jetbrains.kotlin.android") version Versions.kotlinVersion apply false
id("com.vanniktech.maven.publish.base") version "0.21.0" apply false
id("com.vanniktech.maven.publish.base") version "0.22.0" apply false
}

val highApiProjects = arrayOf("editor-lsp")
Expand Down

0 comments on commit d32174e

Please sign in to comment.