exts
Just my collection of random scala helpers that I use on public and private projects.
It's not really intended to be used by anyone (you can if you really want!) but is public because it's a dependency for elastic4s.
libraryDependencies += "com.sksamuel.exts" %% "exts" % "1.61.1"
import $ivy.`com.sksamuel.exts::exts:1.61.1`
<dependency> <groupId>com.sksamuel.exts</groupId> <artifactId>exts_2.12</artifactId> <version>1.61.1</version> </dependency>
compile group: 'com.sksamuel.exts', name: 'exts_2.12', version: '1.61.1'
ivy"com.sksamuel.exts::exts:1.61.1"