File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed
kotlin-code-generation-test Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<classgraph .version>4.8.180</classgraph .version>
19
19
<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>
21
21
<slf4j .version>2.0.17</slf4j .version>
22
22
23
23
<!-- TEST -->
58
58
<version >${assertj.version} </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
+
61
62
<dependency >
62
63
<groupId >ch.qos.logback</groupId >
63
64
<artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 27
27
<groupId >dev.zacsweers.kctfork</groupId >
28
28
<artifactId >core</artifactId >
29
29
<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 >
40
30
</dependency >
41
31
42
32
<dependency >
43
33
<groupId >org.jetbrains.kotlin</groupId >
44
34
<artifactId >kotlin-annotation-processing-embeddable</artifactId >
45
35
</dependency >
46
36
47
- <dependency >
48
- <groupId >org.jetbrains.kotlin</groupId >
49
- <artifactId >kotlin-annotation-processing-compiler</artifactId >
50
- </dependency >
51
-
52
37
<dependency >
53
38
<groupId >io.github.classgraph</groupId >
54
39
<artifactId >classgraph</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.toolisticon.maven.parent</groupId >
7
7
<artifactId >maven-parent-kotlin-base</artifactId >
8
- <version >2025.7.1 </version >
8
+ <version >2025.7.2 </version >
9
9
<relativePath />
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments