Skip to content

Commit

Permalink
chore(deps): don't fix logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 23, 2024
1 parent adc7bd0 commit 0e7c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ subprojects {

// Logs
compileOnly 'org.slf4j:slf4j-api'
compileOnly 'ch.qos.logback:logback-classic:1.5.6'
compileOnly 'ch.qos.logback:logback-classic'
}
}

Expand Down

0 comments on commit 0e7c2a6

Please sign in to comment.