Skip to content

Commit 14025fd

Browse files
committed
Version 1.0.0.
1 parent 58267be commit 14025fd

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
@@ -7,7 +7,7 @@
77
Use the following dependency:
88

99
```scala
10-
libraryDependencies += ("org.scala-js" %%% "scalajs-java-securerandom" % "1.0.0-SNAPSHOT").cross(CrossVersion.for3Use2_13)
10+
libraryDependencies += ("org.scala-js" %%% "scalajs-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13)
1111
```
1212

1313
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)