Skip to content

Commit b1cafd1

Browse files
committed
Version 1.0.0.
1 parent 506d6ec commit b1cafd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attempts to use `WeakReference` or `ReferenceQueue` will throw `ReferenceError`s
1010
Add the following dependency to your project settings:
1111

1212
```scala
13-
libraryDependencies += "org.scala-js" %%% "scalajs-weakreferences" % "1.0.0-SNAPSHOT"
13+
libraryDependencies += "org.scala-js" %%% "scalajs-weakreferences" % "1.0.0"
1414
```
1515

1616
When using a `crossProject`, add the above in `.jsSettings(...)`.

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inThisBuild(Def.settings(
22
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.5"),
33
scalaVersion := crossScalaVersions.value.head,
44

5-
version := "1.0.0-SNAPSHOT",
5+
version := "1.0.0",
66
organization := "org.scala-js",
77
scalacOptions ++= Seq(
88
"-encoding", "utf-8",

0 commit comments

Comments
 (0)