Skip to content

Commit

Permalink
Merge branch 'release/2024.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Dec 4, 2024
2 parents 0583296 + 9d04285 commit 0f69cc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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>2024.12.0</version>
<version>2024.12.1</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -81,11 +81,13 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>${kotlin.version}</version>
<type>klib</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<!-- Reflection Library -->
<dependency>
Expand Down Expand Up @@ -124,16 +126,19 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-js</artifactId>
<version>${kotlin.version}</version>
<type>klib</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-annotations-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<!-- Scripting -->
<dependency>
Expand Down

0 comments on commit 0f69cc4

Please sign in to comment.