Skip to content

Commit 663841f

Browse files
committed
Kobby release 4.0.1
1 parent 21bd00e commit 663841f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cinema-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Cinema API"
22

33
plugins {
44
kotlin("jvm")
5-
id("io.github.ermadmi78.kobby") version "4.0.0"
5+
id("io.github.ermadmi78.kobby") version "4.0.1"
66
}
77

88
kotlin {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# suppress inspection "UnusedProperty" for whole file
22
kotlin.code.style=official
3-
kotlin.version=1.9.23
4-
kotlinVersion=1.9.23
3+
kotlin.version=1.9.24
4+
kotlinVersion=1.9.24
55

66
group=io.github.ermadmi78
77
version=0.0.0-SNAPSHOT

0 commit comments

Comments
 (0)