Skip to content

Commit

Permalink
Kotlin example build.gradle: use Kotlin 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed May 7, 2024
1 parent 1ae2b73 commit 8eeaef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp256k1-examples-kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.0-RC1"
id "org.jetbrains.kotlin.jvm" version "2.0.0-RC2"
id 'application'
}

Expand Down

0 comments on commit 8eeaef1

Please sign in to comment.