diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3f7c8..f30df3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Unreleased -## v0.1.8 +## v0.1.9 - Migrate from `*MetadataConfigurationName` to `*ConfigurationName` - Kotlin 2.3.x compatibility ## v0.1.7 diff --git a/affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt b/affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt index fe7340f..53eb6e5 100644 --- a/affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt +++ b/affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt @@ -133,7 +133,7 @@ public data class CoreOptions @JvmOverloads constructor( mavenCentral() } dependencies { - classpath "com.squareup.affected.paths:tooling-support:0.1.7" + classpath "com.squareup.affected.paths:tooling-support:0.1.9" } } } diff --git a/gradle.properties b/gradle.properties index 67a3130..daf4b64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 kotlin.code.style=official GROUP=com.squareup.affected.paths -VERSION_NAME=0.1.8 +VERSION_NAME=0.1.9 POM_URL=https://github.com/squareup/affected-paths POM_SCM_URL=https://github.com/squareup/affected-paths