This repo contains the following reusable modules:
Basic data types, compiled both to JVM and Scala.js.
libraryDependencies += "com.malliina" %% "primitives" % "3.7.3"
A Scala Futures-enabled HTTP client. Wraps okhttp.
libraryDependencies += "com.malliina" %% "okclient" % "3.7.3"
An HTTP client built on https://typelevel.org/cats-effect/. Wraps okhttp.
libraryDependencies += "com.malliina" %% "okclient-io" % "3.7.3"
Wrapper for Typesafe config.
libraryDependencies += "com.malliina" %% "config" % "3.7.3"
sbt release