Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Jun 8, 2021
1 parent 506d6ec commit b1cafd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Attempts to use `WeakReference` or `ReferenceQueue` will throw `ReferenceError`s
Add the following dependency to your project settings:

```scala
libraryDependencies += "org.scala-js" %%% "scalajs-weakreferences" % "1.0.0-SNAPSHOT"
libraryDependencies += "org.scala-js" %%% "scalajs-weakreferences" % "1.0.0"
```

When using a `crossProject`, add the above in `.jsSettings(...)`.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inThisBuild(Def.settings(
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.5"),
scalaVersion := crossScalaVersions.value.head,

version := "1.0.0-SNAPSHOT",
version := "1.0.0",
organization := "org.scala-js",
scalacOptions ++= Seq(
"-encoding", "utf-8",
Expand Down

0 comments on commit b1cafd1

Please sign in to comment.