Skip to content

Commit 63e304d

Browse files
committedApr 4, 2022
Version 1.0.0.
1 parent b5ddd59 commit 63e304d

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
@@ -26,7 +26,7 @@ Use [`scalajs-java-securerandom`](https://github.com/scala-js/scala-js-java-secu
2626
If you have no other choice, use the following dependency:
2727

2828
```scala
29-
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0-SNAPSHOT").cross(CrossVersion.for3Use2_13)
29+
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13)
3030
```
3131

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

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inThisBuild(Def.settings(
1818
crossScalaVersions := Seq("2.12.15", "2.11.12", "2.13.8"),
1919
scalaVersion := crossScalaVersions.value.head,
2020

21-
version := "1.0.0-SNAPSHOT",
21+
version := "1.0.0",
2222
organization := "org.scala-js",
2323
scalacOptions ++= Seq(
2424
"-encoding", "utf-8",

0 commit comments

Comments
 (0)