Skip to content

Commit abbe38f

Browse files
committed
Bumped version of used tooling to 0.1.9 (and align versions)
1 parent a457416 commit abbe38f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Unreleased
22

3-
## v0.1.8
3+
## v0.1.9
44
- Migrate from `*MetadataConfigurationName` to `*ConfigurationName` - Kotlin 2.3.x compatibility
55

66
## v0.1.7

affected-paths/core/src/main/kotlin/com/squareup/affected/paths/core/CoreOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public data class CoreOptions @JvmOverloads constructor(
133133
mavenCentral()
134134
}
135135
dependencies {
136-
classpath "com.squareup.affected.paths:tooling-support:0.1.7"
136+
classpath "com.squareup.affected.paths:tooling-support:0.1.9"
137137
}
138138
}
139139
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1111
kotlin.code.style=official
1212

1313
GROUP=com.squareup.affected.paths
14-
VERSION_NAME=0.1.8
14+
VERSION_NAME=0.1.9
1515

1616
POM_URL=https://github.com/squareup/affected-paths
1717
POM_SCM_URL=https://github.com/squareup/affected-paths

0 commit comments

Comments
 (0)