We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6aa81 commit b7821feCopy full SHA for b7821fe
build.sbt
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
38
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % "compile",
39
"org.json4s" %% "json4s-native" % "4.0.7" % "compile",
40
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
41
- "org.slf4j" % "slf4j-api" % "2.0.13"
+ "org.slf4j" % "slf4j-api" % "2.0.16"
42
)
43
44
scalacOptions := Seq(
project/plugins.sbt
@@ -1,4 +1,4 @@
1
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
2
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2")
3
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
4
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
0 commit comments