Skip to content

Commit

Permalink
Release 0.0.3 checklist items
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijsiez committed Nov 2, 2024
1 parent 9498884 commit 40fe1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Examples given use Gradle's Kotlin DSL
Add the KSP Gradle plugin to your build file
```kotlin
plugins {
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
}
```
Add this library to your build file and register it with KSP
```kotlin
dependencies {
implementation("ch.icken:panache-kotlin-dsl:0.0.2")
ksp("ch.icken:panache-kotlin-dsl:0.0.2")
implementation("ch.icken:panache-kotlin-dsl:0.0.3")
ksp("ch.icken:panache-kotlin-dsl:0.0.3")
}
```
Optionally configure the behavior
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

groupId=ch.icken
artifactId=panache-kotlin-dsl
version=0.0.2
version=0.0.3

#https://github.com/quarkusio/quarkus Pinned, do not change
# Minimum, because of https://osv.dev/vulnerability/GHSA-f8h5-v2vg-46rr
Expand Down

0 comments on commit 40fe1c3

Please sign in to comment.