Skip to content

Commit

Permalink
Kotlin example build.gradle: use Kotlin 2.0.0
Browse files Browse the repository at this point in the history
Upgrade from RC1 to 2.0.0 final.
  • Loading branch information
msgilligan committed May 21, 2024
1 parent 51e8413 commit 5c415c7
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"
id 'application'
}

Expand Down

0 comments on commit 5c415c7

Please sign in to comment.