Skip to content

Commit d085b2a

Browse files
committed
Kobby release 4.0.1
1 parent e1b735a commit d085b2a

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
@@ -3,7 +3,7 @@ description = "Cinema API"
33
plugins {
44
kotlin("jvm")
55
kotlin("plugin.serialization")
6-
id("io.github.ermadmi78.kobby") version "4.0.0"
6+
id("io.github.ermadmi78.kobby") version "4.0.1"
77
}
88

99
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)