Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 248 Bytes

BUILD.md

File metadata and controls

14 lines (9 loc) · 248 Bytes

Build for all scala versions

sbt +package

Run tests for all scala versions

sbt +test

Running a single test

sbt "test:testOnly *TypeLiteralSpec -- -z Primative"