Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 377 Bytes

Build Status

lib-util

A library that contains a bunch of Scala utility classes.

Publishing a new version

go run release.go

Publishing a new snapshot for local development

edit build.sbt and append -SNAPSHOT to version
sbt +publishLocal