Skip to content

Commit 79f4fc0

Browse files
authored
Merge pull request #570 from felher/patch-1
Refer to scalajs-stubs 1.1.0 instead of 1.0.0 in cross build docs
2 parents a1c9abb + 0262240 commit 79f4fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/project/cross-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In order for the annotated classes to compile on the JVM project, you should add
108108
{% highlight scala %}
109109
.jvmSettings(
110110
...
111-
libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.0.0" % "provided",
111+
libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.1.0" % "provided",
112112
)
113113
{% endhighlight %}
114114

0 commit comments

Comments
 (0)