Skip to content

Commit

Permalink
remove unused line from settings.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkobor committed Jan 17, 2024
1 parent 71ea729 commit 4cc8c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ dependencyResolutionManagement {
library("r2dbc-postgresql", "org.postgresql", "r2dbc-postgresql").version("1.0.4.RELEASE")
library("jooq-codegen", "org.jooq", "jooq-codegen").version(jooqVersion)

// library("microutils-logging", "io.github.microutils", "kotlin-logging-jvm").version("3.0.5")
library("logback", "ch.qos.logback", "logback-classic").version("1.4.11")
}
}
Expand Down

0 comments on commit 4cc8c75

Please sign in to comment.