diff --git a/.scalafmt.conf b/.scalafmt.conf deleted file mode 100644 index ecaf53a4..00000000 --- a/.scalafmt.conf +++ /dev/null @@ -1,2 +0,0 @@ -style = defaultWithAlign -maxColumn = 100 \ No newline at end of file diff --git a/README.md b/README.md index 627f8fe6..966d3c73 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Enumeratum has the following niceties: - All magic happens at compile-time so you know right away when things go awry - Comprehensive automated testing to make sure everything is in tip-top shape -Compatible with Scala 2.11+ and 2.10 as well as ScalaJS. +Enumeratum is published for Scala 2.10.x, 2.11.x, and 2.12.x as well as ScalaJS. Integrations are available for: diff --git a/build.sbt b/build.sbt index 5e7da22c..ecfc951f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.sbt.SbtGit.{GitKeys => git} -lazy val theVersion = "1.4.18-SNAPSHOT" +lazy val theVersion = "1.4.18" lazy val theScalaVersion = "2.11.8" /* 2.12.0 support is currently defined as a separate project (scala_2_12) for convenience while