We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e3bed2 + aef74ae commit ad64d3cCopy full SHA for ad64d3c
build.sbt
@@ -20,7 +20,7 @@ lazy val cats = "org.typelevel" %% "cats-core"
20
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.0.0"
21
lazy val enumeratum = "com.beachape" %% "enumeratum" % "1.5.15"
22
lazy val monix = "io.monix" %% "monix" % "3.1.0"
23
-lazy val okHttpLoggingInterceptor = "com.squareup.okhttp3" % "logging-interceptor" % "4.1.1"
+lazy val okHttpLoggingInterceptor = "com.squareup.okhttp3" % "logging-interceptor" % "4.3.1"
24
25
lazy val circeVersion = "0.12.1"
26
lazy val circeOpticsVersion = "0.12.0"
0 commit comments