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

Commit 40e0797

Browse files
authored
Merge pull request #150 from joprice/typo
fix typo in readme
2 parents f6d9279 + 4a8da51 commit 40e0797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To switch your project permanently to Typelevel Scala 4 update your `build.sbt`
155155

156156
```
157157
inThisBuild(Seq(
158-
scalaOrganization := "org.typelevel"
158+
scalaOrganization := "org.typelevel",
159159
scalaVersion := "2.12.2-bin-typelevel-4"
160160
))
161161
```

0 commit comments

Comments
 (0)