Collection of random scala helpers that I generally use in my projects.
Feel free to use it in your own projects, but there are no real guarantees on API stability, maintenance or anything besides releases using SemVer.
Basically; this project is mainly (more solely) targeted for use by myself.
Are you sure you want to? Are you sure? Really?
Okay, if you really really want to (though you shouldn't)...
Add a resolver for the barredijkstra/maven bintray repo and add the library dependency to your build.sbt
resolvers += Resolver.bintrayRepo("barredijkstra", "maven")
libraryDependencies += "nl.salp" %% "exts" % "x.y.z"
Replace x.y.z
with the latest library version.
The project is cross-compiled against both Scala 2.11 (Java 7) and 2.12 (Java 8)
- Removed Scala 2.11 support
- Added Scala 2.13 support and added 2.12/2.13 specific code branches for 2.13 deprecated code
- Bumped dependency versions
"com.typesafe" % "config" % "1.4.+" % Provided
"io.spray" %% "spray-json" % "1.3.+" % Provided
"com.beachape" %% "enumeratum" % "1.5.+" % Provided
- Upgraded to scalatest 3.1.x
- Cleaned up build
- ...
Copyright (c) 2018 Barre Dijkstra
Published under the Apache License 2.0