Skip to content

Commit

Permalink
Update dependencies (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Mar 4, 2024
1 parent 50692b6 commit d70f24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'org.jetbrains.dokka' version '1.9.10'
id 'com.vanniktech.maven.publish' version '0.26.0'
id 'org.jetbrains.dokka' version '1.9.20'
id 'com.vanniktech.maven.publish' version '0.27.0'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22'
id 'org.jlleitschuh.gradle.ktlint' version '11.1.0'
}
Expand All @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
implementation 'org.sol4k:tweetnacl:0.1.6'
implementation 'org.sol4k:utilities:0.1.0'

Expand Down

0 comments on commit d70f24f

Please sign in to comment.