We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08c559d + 7b1ad81 commit 4af51f5Copy full SHA for 4af51f5
1 file changed
project/src/main/scala/modules/root.scala
@@ -9,5 +9,5 @@ object root {
9
val project = Project("root", file("."))
10
.settings(commonSettings)
11
.settings(publish / skip := true)
12
- .settings(libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.9")
+ .settings(libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.12")
13
}
0 commit comments