Skip to content

Commit ba20b20

Browse files
committed
Version 1.1.0.
1 parent 45c856c commit ba20b20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
`scalajs-stubs` is a tiny compile-time-only library of stubs for some Scala.js-specific annotations, which can be used in non-Scala.js projects.
44
It is meant to be used in the JVM and/or Native platforms of cross-compiling projects.
5+
6+
```scala
7+
libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.1.0"
8+
```

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val previousVersion = "1.0.0"
22

33
inThisBuild(Def.settings(
4-
version := "1.1.0-SNAPSHOT",
4+
version := "1.1.0",
55
organization := "org.scala-js",
66

77
crossScalaVersions := Seq("2.12.8", "2.10.7", "2.11.12", "2.13.0", "3.0.0"),

0 commit comments

Comments
 (0)