Skip to content

Commit 5a394f8

Browse files
committed
secp-examples-kotlin/build.gradle: use Kotlin 2.3.10
1 parent 1dae97d commit 5a394f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp-examples-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
plugins {
4-
id "org.jetbrains.kotlin.jvm" version "2.3.0"
4+
id "org.jetbrains.kotlin.jvm" version "2.3.10"
55
id 'application'
66
}
77

0 commit comments

Comments
 (0)