Skip to content

Commit

Permalink
Kotlin 1.9.22 & other library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Dec 23, 2023
1 parent 4af8c67 commit f4c1dd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ experience smooth and straightforward.

Gradle:
```groovy
implementation 'org.sol4k:sol4k:0.4.0'
implementation 'org.sol4k:sol4k:0.4.1'
```

Maven:
```xml
<dependency>
<groupId>org.sol4k</groupId>
<artifactId>sol4k</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
id 'org.jetbrains.dokka' version '1.9.10'
id 'com.vanniktech.maven.publish' version '0.25.3'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.20'
id 'com.vanniktech.maven.publish' version '0.26.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.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2'
implementation 'org.sol4k:tweetnacl:0.1.6'
implementation 'org.sol4k:utilities:0.1.0'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
currentVersion=0.4.0
currentVersion=0.4.1

0 comments on commit f4c1dd2

Please sign in to comment.