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

Commit f540939

Browse files
committed
Fix groupId for 0.10.0 in README
1 parent c28608e commit f540939

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)