Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Bump version, update kx.serialization and kaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed May 14, 2021
1 parent a3271c2 commit a0017bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "io.streamcord"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand All @@ -23,8 +23,8 @@ dependencies {
implementation(kotlin("reflect")) // for explicit v1.5

// Serialization
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.1.0")
implementation("com.charleskorn.kaml", "kaml", "0.31.0")
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.2.1")
implementation("com.charleskorn.kaml", "kaml", "0.33.0")

// DB
implementation("org.mongodb", "mongodb-driver", "3.12.8")
Expand Down

0 comments on commit a0017bd

Please sign in to comment.