Skip to content

Commit 145e134

Browse files
committed
Update Kotter to v1.2.1
1 parent 8b51c11 commit 145e134

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version: 1.2.0](https://img.shields.io/badge/kotter-v1.2.0-blue)
1+
![version: 1.2.1](https://img.shields.io/badge/kotter-v1.2.1-blue)
22
![kotter tests](https://github.com/varabyte/kotter/actions/workflows/gradle-test.yml/badge.svg?branch=main)
33
![kotter coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/1fab2b6fd23489bdea3f5d1f38e4dcb2/raw/kotter-coverage-badge.json)
44
<a href="https://varabyte.github.io/kotter">
@@ -78,8 +78,8 @@ repositories {
7878
}
7979

8080
dependencies {
81-
implementation("com.varabyte.kotter:kotter-jvm:1.2.0")
82-
testImplementation("com.varabyte.kotterx:kotter-test-support-jvm:1.2.0")
81+
implementation("com.varabyte.kotter:kotter-jvm:1.2.1")
82+
testImplementation("com.varabyte.kotterx:kotter-test-support-jvm:1.2.1")
8383
}
8484
```
8585

@@ -119,12 +119,12 @@ kotlin {
119119
sourceSets {
120120
val commonMain by getting {
121121
dependencies {
122-
implementation("com.varabyte.kotter:kotter:1.2.0")
122+
implementation("com.varabyte.kotter:kotter:1.2.1")
123123
}
124124
}
125125
val commonTest by getting {
126126
dependencies {
127-
implementation("com.varabyte.kotterx:kotter-test-support:1.2.0")
127+
implementation("com.varabyte.kotterx:kotter-test-support:1.2.1")
128128
}
129129
}
130130
}

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dokka = "1.9.20"
77
jline = "3.21.0"
88
kotlinx-coroutines = "1.7.3"
99
kotlinx-serialization = "1.7.3"
10-
kotter = "1.2.1-SNAPSHOT"
10+
kotter = "1.2.1"
1111
kover = "0.9.0"
1212
nexus-publish = "2.0.0"
1313
okhttp = "4.12.0"

0 commit comments

Comments
 (0)