Skip to content

Commit d8e522e

Browse files
chore(deps): update kotlin to v2.3.0 (#14)
1 parent 95d907c commit d8e522e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
plugins {
4-
kotlin("jvm") version "2.2.21"
5-
kotlin("plugin.serialization") version "2.2.21"
4+
kotlin("jvm") version "2.3.0"
5+
kotlin("plugin.serialization") version "2.3.0"
66
application
77
}
88
group = "io.specmatic.async"

0 commit comments

Comments
 (0)