Skip to content

Commit bff434c

Browse files
committed
Increment current Kotlin compiler version in readme
1 parent dd570bc commit bff434c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
110110
However, if your project or any of its dependencies depend directly on compiler artifacts such as `kotlin-compiler-embeddable` or `kotlin-annotation-processing-embeddable` then they have to be the same version as the one used by Kotlin-Compile-Testing or there will be a transitive dependency conflict.
111111

112112

113-
- Current `kotlin-compiler-embeddable` version: `1.7.0`
113+
- Current `kotlin-compiler-embeddable` version: `1.8.0`
114114

115115
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
116116

@@ -217,7 +217,7 @@ Since the kotlin compilation tests run in the same process as the test runner, t
217217

218218
## License
219219

220-
Copyright (C) 2021 Thilo Schuchort
220+
Copyright (C) 2023 Thilo Schuchort
221221

222222
Licensed under the Mozilla Public License 2.0
223223

0 commit comments

Comments
 (0)