Skip to content

Commit

Permalink
Introduce scalajs-java-securerandom
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jul 8, 2022
1 parent f823c51 commit 68f198a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
.in(file("play-json"))
.enablePlugins(Omnidoc, Playdoc)
.configs(Docs)
.jsSettings(
libraryDependencies ++= Seq(
("org.scala-js" %%% "scalajs-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13),
)
)
.settings(
commonSettings ++ playJsonMimaSettings ++ Def.settings(
libraryDependencies ++= (
Expand Down

0 comments on commit 68f198a

Please sign in to comment.