Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.07 KB

Nel Build Status Coverage Status Codacy Badge version License: MIT

Single class library with non empty list inside

  import com.evolutiongaming.nel.Nel
  
  scala> Nel(1, 2)
  res0: com.evolutiongaming.nel.Nel[Int] = Nel(1, 2)

Setup

resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

libraryDependencies += "com.evolutiongaming" %% "nel" % "1.3.4"