File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Add in sbt using `libraryDependencies += ...`:
48
48
"com.github.nscala-time" %% "nscala-time" % "2.22.0"
49
49
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.49.0"
50
50
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.49.0" % Provided
51
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
51
52
"eu.timepit" %% "refined" % "0.9.7"
52
53
"io.spray" %% "spray-json" % "1.3.5"
53
54
"org.json4s" %% "json4s-native" % "3.6.6"
@@ -126,7 +127,6 @@ Other:
126
127
* [ mdoc] ( https://github.com/scalameta/mdoc/issues/156 )
127
128
* [ scalatra] ( https://github.com/scalatra/scalatra/issues/831 )
128
129
* [ twitter-util] ( https://github.com/twitter/util/issues/219 )
129
- * [ scala-logging] ( https://github.com/lightbend/scala-logging/pull/159 )
130
130
* [ TwoTails] ( https://github.com/wheaties/TwoTails/pull/36 )
131
131
* [ grizzled-scala] ( https://github.com/bmc/grizzled-scala/pull/17 )
132
132
* [ kafka] ( https://github.com/apache/kafka/pull/5454 )
You can’t perform that action at this time.
0 commit comments