Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 878 Bytes

File metadata and controls

20 lines (15 loc) · 878 Bytes

Patch

CI & CD patch-skunk Scala version support patch-skunk Scala version support codecov

Opinionated helpers for modeling PATCH requests

Installation

sbt

libraryDependencies ++=
  "io.taig" %% "patch-circe" % "x.y.z" :: 
  "io.taig" %% "patch-circe-generic" % "x.y.z" :: 
  "io.taig" %% "patch-skunk" % "x.y.z" :: 
  Nil