scala-utils

Build Status

scala-utils is an utility library that attempts to add useful code rapidly in your development pipeline, so that you can focus on what is really needed. It does not replace any existing library, instead it allows you to add production-ready features.

Code quality: Sonar

Features

Use it in your project

SBT

libraryDependencies += "br.com.gzvr" %% "scala-utils" % "1.1.0"

You'll need to add our JFrog repository:

resolvers += "Artifactory" at "https://squadzapquality.jfrog.io/artifactory/olxbr-sbt-release/"
  • Supported Scala versions: 2.11 and 2.12

Contributors

Contributing

If you found a bug in the source code or if you want to contribute with new features, you can help submitting an issue; even better if you can submit a pull request :)

Publish

Once you merge your code to the master branch, GitHub Actions should automatically publish it.

To publish manually, create a credentials.properties file in the project's directory, with the content you can find here, and run:

sbt clean compile package publish