File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ![ version: 1.1.0rc1 ] ( https://img.shields.io/badge/kotter-v1.1.0_rc1 -blue )
1+ ![ version: 1.1.0rc2 ] ( https://img.shields.io/badge/kotter-v1.1.0_rc2 -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 " >
@@ -80,7 +80,7 @@ repositories {
8080}
8181
8282dependencies {
83- implementation(" com.varabyte.kotter:kotter-jvm:1.1.0-rc1 " )
83+ implementation(" com.varabyte.kotter:kotter-jvm:1.1.0-rc2 " )
8484}
8585```
8686
@@ -110,7 +110,7 @@ kotlin {
110110 sourceSets {
111111 val commonMain by getting {
112112 dependencies {
113- implementation(" com.varabyte.kotter:kotter:1.1.0-rc1 " )
113+ implementation(" com.varabyte.kotter:kotter:1.1.0-rc2 " )
114114 }
115115 }
116116 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dokka = "1.7.20"
33jline = " 3.21.0"
44kotlin = " 1.7.20" # Don't increase! We're intentionally using an old a version as possiblefor better compatibility
55kotlinx-coroutines = " 1.6.4"
6- kotter = " 1.1.0-rc1 "
6+ kotter = " 1.1.0-rc2 "
77kover = " 0.6.1"
88nexus-publish = " 1.2.0"
99okhttp = " 4.9.3"
You can’t perform that action at this time.
0 commit comments