Support library for resource management. Resource management centres around the Disposable
type-class and the
java.lang.AutoCloseable
interface.
Add this to your SBT project:
resolvers += "dl-john-ky-releases" at "http://dl.john-ky.io/maven/releases"
libraryDependencies += "org.pico" %% "pico-disposal" % "1.0.16"
Then read the tutorial.