Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

fix typo in readme #150

Merged
merged 1 commit into from
May 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ To switch your project permanently to Typelevel Scala 4 update your `build.sbt`

```
inThisBuild(Seq(
scalaOrganization := "org.typelevel"
scalaOrganization := "org.typelevel",
scalaVersion := "2.12.2-bin-typelevel-4"
))
```
Expand Down