Skip to content

Commit

Permalink
1.4.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Nov 10, 2016
1 parent c5eb813 commit b2dc756
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .scalafmt.conf

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2dc756

Please sign in to comment.