Skip to content

Commit b85ae51

Browse files
Fix/73 compile testing (#80)
* chore(deps-dev): bump dev.zacsweers.kctfork:core from 0.7.1 to 0.8.0 (#79) Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases) - [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md) - [Commits](ZacSweers/kotlin-compile-testing@0.7.1...0.8.0) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * use parent 2025.7.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de1eae3 commit b85ae51

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

_build/parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<classgraph.version>4.8.180</classgraph.version>
1919
<kotlin-poet.version>2.2.0</kotlin-poet.version>
20-
<kotlin-compile-testing.version>0.7.1</kotlin-compile-testing.version>
20+
<kotlin-compile-testing.version>0.8.0</kotlin-compile-testing.version>
2121
<slf4j.version>2.0.17</slf4j.version>
2222

2323
<!-- TEST -->
@@ -58,6 +58,7 @@
5858
<version>${assertj.version}</version>
5959
<scope>test</scope>
6060
</dependency>
61+
6162
<dependency>
6263
<groupId>ch.qos.logback</groupId>
6364
<artifactId>logback-classic</artifactId>

kotlin-code-generation-test/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,13 @@
2727
<groupId>dev.zacsweers.kctfork</groupId>
2828
<artifactId>core</artifactId>
2929
<scope>compile</scope>
30-
<exclusions>
31-
<exclusion>
32-
<groupId>org.jetbrains.kotlin</groupId>
33-
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
34-
</exclusion>
35-
<exclusion>
36-
<groupId>org.jetbrains.kotlin</groupId>
37-
<artifactId>kotlin-annotation-processing-compiler</artifactId>
38-
</exclusion>
39-
</exclusions>
4030
</dependency>
4131

4232
<dependency>
4333
<groupId>org.jetbrains.kotlin</groupId>
4434
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
4535
</dependency>
4636

47-
<dependency>
48-
<groupId>org.jetbrains.kotlin</groupId>
49-
<artifactId>kotlin-annotation-processing-compiler</artifactId>
50-
</dependency>
51-
5237
<dependency>
5338
<groupId>io.github.classgraph</groupId>
5439
<artifactId>classgraph</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.maven.parent</groupId>
77
<artifactId>maven-parent-kotlin-base</artifactId>
8-
<version>2025.7.1</version>
8+
<version>2025.7.2</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)