Skip to content

Commit

Permalink
Merge branch 'release/2025.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Jan 31, 2025
2 parents 19eb112 + 4b9ba1e commit f571058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ are included.

| Type | Version | Info |
|-----------------------|---------|-------------------------------------------|
| kotlin | `2.1.0` | used in kotlin compiler und kotlin libs. |
| kotlin | `2.1.10` | used in kotlin compiler und kotlin libs. |
| java | `17` | compile target |
| kotlinx-coroutines | `1.10.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.8.0` | all BOM libs explicitly listed |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.toolisticon.maven.parent</groupId>
<artifactId>maven-parent-kotlin-base</artifactId>
<version>2025.1.0</version>
<version>2025.1.1</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<kp.skipITests>false</kp.skipITests>

<!-- LANGUAGE VERSIONS -->
<kotlin.version>2.1.0</kotlin.version>
<kotlin.version>2.1.10</kotlin.version>
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
Expand Down

0 comments on commit f571058

Please sign in to comment.