You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo " Use one of the suggested versions above or follow the same pattern"
102
102
fi
@@ -218,7 +218,7 @@ jobs:
218
218
# 1. Update README.md
219
219
echo "🔄 Updating README.md..."
220
220
# Update badges at the top of README
221
-
# For KSP badge, convert version format: 2.2.0-2.0.2 -> 2.2.0--2.0.2
221
+
# For KSP badge, convert version format: 2.2.20-2.0.4 -> 2.2.20--2.0.4
222
222
KSP_BADGE_VERSION=$(echo $KSP_VERSION | sed 's/-/--/g')
223
223
sed -i "s|https://img\.shields\.io/badge/kotlin-[0-9]\+\.[0-9]\+\.[0-9]\+-blue\.svg|https://img.shields.io/badge/kotlin-$KOTLIN_VERSION-blue.svg|g" README.md
224
224
sed -i "s|https://img\.shields\.io/badge/kotlin--logging-[^-]*-green\.svg|https://img.shields.io/badge/kotlin--logging-5.0.0+-green.svg|g" README.md
**Elegant [kotlin-logging](https://github.com/oshai/kotlin-logging) extensions for zero-boilerplate logger generation in Kotlin classes using [KSP](https://github.com/google/ksp)**
11
11
@@ -42,16 +42,16 @@ Add to your `build.gradle.kts`:
42
42
```kotlin
43
43
plugins {
44
44
kotlin("jvm") version "2.2.20"
45
-
id("com.google.devtools.ksp") version "2.2.20-2.0.2"
45
+
id("com.google.devtools.ksp") version "2.2.20-2.0.3"
0 commit comments