Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.24 KB

Screening (WIP)

CI & CD screening-core Scala version support Scala Steward badge

Composable input validation with introspection

Installation

Screening is available for Scala 3, 2.13 and Scala.js 1.x.

libraryDependencies ++=
  "io.hireproof" %%% "screening-core" % "x.y.z" ::
  "io.hireproof" %%% "screening-json-circe" % "x.y.z" ::
  Nil

Please use the Maven Central badge above to find out about the latest version.