malliina / util-base   3.1.0

GitHub

Utility code.

Scala versions: 3.x 2.13 2.12 2.11 2.10

Build Status Maven Central

util-base

This repo contains the following reusable modules:

primitives

Basic data types, compiled both to JVM and Scala.js.

libraryDependencies += "com.malliina" %% "primitives" % "3.6.0"

okclient

A Scala Futures-enabled HTTP client. Wraps okhttp.

libraryDependencies += "com.malliina" %% "okclient" % "3.6.0"

okclient-io

An HTTP client built on https://typelevel.org/cats-effect/. Wraps okhttp.

libraryDependencies += "com.malliina" %% "okclient-io" % "3.6.0"

config

Wrapper for Typesafe config.

libraryDependencies += "com.malliina" %% "config" % "3.6.0"

Releasing

sbt release