Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from ichor-dev/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
kxmpxtxnt authored May 1, 2024
2 parents e210b2d + 5661f27 commit f9b7bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ dependencyResolutionManagement {
}

create("ichor") {
library("prorialize", "fyi.pauli.prorialize", "prorialize").version("1.1.2")
library("nbterialize", "fyi.pauli.nbterialize", "nbterialize").version("1.0.2")
library("prorialize", "fyi.pauli.prorialize", "prorialize").version("1.1.3")
library("nbterialize", "fyi.pauli.nbterialize", "nbterialize").version("1.0.3")

bundle("ichor", listOf("prorialize", "nbterialize"))
}

create("kotlinx") {
library("io", "org.jetbrains.kotlinx", "kotlinx-io-core").version("0.3.2")
library("io", "org.jetbrains.kotlinx", "kotlinx-io-core").version("0.3.3")
library("datetime", "org.jetbrains.kotlinx", "kotlinx-datetime").version("0.5.0")
library("json", "org.jetbrains.kotlinx", "kotlinx-serialization-json").version("1.6.3")
library("coroutines", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").version("1.8.0")
Expand Down

0 comments on commit f9b7bd4

Please sign in to comment.