Skip to content

evolution-gaming/nel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"