An extra Predef for Scala.
libraryDependencies += "com.nthportal" %% "extra-predef" % "2.1.0"
You can use the definitions in the extra Predef either by importing
com.nthportal.extrapredef.ExtraPredef._
wherever needed/desired,
or by using the scalac
option
-Yimports:java.lang,scala,scala.Predef,com.nthportal.extrapredef.ExtraPredef
.