Skip to content

typelevel/case-insensitive

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

case-insensitive - Case Insensitive structures for Scala Continuous IntegrationMaven Central Code of Conduct

Head on over to the microsite

Quick Start

To use case-insensitive in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "org.typelevel" %% "case-insensitive" % "<version>"
)