Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent ffac1ee commit bd7b0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ kotlin {
implementation("org.kodein.di:kodein-di-framework-ktor-server-jvm:$kodeinVersion")
implementation("org.kodein.di:kodein-di-framework-ktor-server-controller-jvm:$kodeinVersion")

runtimeOnly("org.slf4j:slf4j-simple:2.0.3")
runtimeOnly("org.slf4j:slf4j-simple:2.0.9")

// Ton
implementation("org.ton:ton-kotlin:0.1.1")
Expand Down

0 comments on commit bd7b0cc

Please sign in to comment.