Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit c5dd7de

Browse files
committed
Merge pull request #239 from scala/fix-README
Fix groupId for 0.10.0 in README
2 parents 040425f + f540939 commit c5dd7de

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
@@ -49,7 +49,7 @@ resolvers += Resolver.sonatypeRepo("snapshots")
4949
or,
5050

5151
```scala
52-
libraryDependencies += "org.scala-lang" %% "scala-pickling" % "0.10.0-SNAPSHOT"
52+
libraryDependencies += "org.scala-lang.modules" %% "scala-pickling" % "0.10.0-SNAPSHOT"
5353

5454
resolvers += Resolver.sonatypeRepo("snapshots")
5555
```

0 commit comments

Comments
 (0)