Skip to content

Commit

Permalink
Example projects: Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Jun 12, 2024
1 parent 0a0ed99 commit 98f07b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/kim-java-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation 'com.ashampoo:kim:0.18'
implementation 'com.ashampoo:kim:0.18.4'
}

// Needed to make it work for the Gradle java plugin
Expand Down
4 changes: 2 additions & 2 deletions examples/kim-kotlin-jvm-sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
}

group = "com.ashampoo"
Expand All @@ -10,5 +10,5 @@ repositories {
}

dependencies {
implementation("com.ashampoo:kim:0.18")
implementation("com.ashampoo:kim:0.18.4")
}

0 comments on commit 98f07b6

Please sign in to comment.