File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 )
2
2
![ kotter tests] ( https://github.com/varabyte/kotter/actions/workflows/gradle-test.yml/badge.svg?branch=main )
3
3
![ kotter coverage] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/1fab2b6fd23489bdea3f5d1f38e4dcb2/raw/kotter-coverage-badge.json )
4
4
<a href =" https://varabyte.github.io/kotter " >
@@ -78,8 +78,8 @@ repositories {
78
78
}
79
79
80
80
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 " )
83
83
}
84
84
```
85
85
@@ -119,12 +119,12 @@ kotlin {
119
119
sourceSets {
120
120
val commonMain by getting {
121
121
dependencies {
122
- implementation(" com.varabyte.kotter:kotter:1.2.0 " )
122
+ implementation(" com.varabyte.kotter:kotter:1.2.1 " )
123
123
}
124
124
}
125
125
val commonTest by getting {
126
126
dependencies {
127
- implementation(" com.varabyte.kotterx:kotter-test-support:1.2.0 " )
127
+ implementation(" com.varabyte.kotterx:kotter-test-support:1.2.1 " )
128
128
}
129
129
}
130
130
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dokka = "1.9.20"
7
7
jline = " 3.21.0"
8
8
kotlinx-coroutines = " 1.7.3"
9
9
kotlinx-serialization = " 1.7.3"
10
- kotter = " 1.2.1-SNAPSHOT "
10
+ kotter = " 1.2.1"
11
11
kover = " 0.9.0"
12
12
nexus-publish = " 2.0.0"
13
13
okhttp = " 4.12.0"
You can’t perform that action at this time.
0 commit comments