Skip to content

Commit

Permalink
Move play SBT support section closer to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Jan 11, 2016
1 parent eb1f2b0 commit 03df4cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -36,6 +36,14 @@ libraryDependencies ++= Seq(
)
```

For enumeratum with full Play support:
```scala
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % enumeratumVersion,
"com.beachape" %% "enumeratum-play" % enumeratumVersion
)
```

#### ScalaJs

In a ScalaJS project, add the following:
Expand Down Expand Up @@ -238,14 +246,6 @@ libraryDependencies ++= Seq(
)
```

For enumeratum with full Play support:
```scala
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % enumeratumVersion,
"com.beachape" %% "enumeratum-play" % enumeratumVersion
)
```

### ScalaJs

There is support for ScalaJs, though only for the core lib and the UPickle helper lib.
Expand Down

0 comments on commit 03df4cc

Please sign in to comment.