Skip to content

Commit e88d5b9

Browse files
committed
index: Fix shapeless dependency
1 parent 079f6b5 commit e88d5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Port of [RNG](https://github.com/NICTA/rng) to Scala.js, maintained by David Bar
172172
####[Shapeless](https://groups.google.com/forum/#!searchin/scala-js/shapeless/scala-js/5Sf2up0z3PU/9F9SYB0qHEcJ)
173173
{% highlight scala %}
174174
resolvers += "bintray-alexander_myltsev" at "http://dl.bintray.com/content/alexander-myltsev/maven"
175-
libraryDependencies += "name.myltsev" %% "parboiled_sjs0.5" % "2.0.0"
175+
libraryDependencies += "name.myltsev" %% "shapeless_sjs0.5" % "2.0.0"
176176
{% endhighlight %}
177177

178178
Port of [Shapeless](https://github.com/milessabin/shapeless) to Scala.js, maintained by Alexander Myltsev

0 commit comments

Comments
 (0)