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

Commit

Permalink
Update tinylog to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Apr 22, 2021
1 parent 380d765 commit fedc557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies {
implementation("com.rabbitmq", "amqp-client", "5.12.0")

// Logging
implementation("org.tinylog", "slf4j-tinylog", "2.2.1")
implementation("org.tinylog", "tinylog-impl", "2.2.1")
implementation("org.tinylog", "slf4j-tinylog", "2.3.0")
implementation("org.tinylog", "tinylog-impl", "2.3.0")

// Tests
testImplementation(kotlin("test-junit5"))
Expand Down

0 comments on commit fedc557

Please sign in to comment.