diff --git a/README.md b/README.md index f702712..d1d4b05 100644 --- a/README.md +++ b/README.md @@ -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(...)`. diff --git a/build.sbt b/build.sbt index 05bd4f1..31c39ba 100644 --- a/build.sbt +++ b/build.sbt @@ -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",