Skip to content

Commit

Permalink
Merge pull request #774 from scala-steward/update/sbt-scalajs-1.10.1
Browse files Browse the repository at this point in the history
sbt-scalajs, scalajs-compiler, ... 1.10.1 (was 1.9.0)
  • Loading branch information
mergify[bot] authored Jul 8, 2022
2 parents f7292f7 + 68f198a commit 3381edb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")

Expand Down

0 comments on commit 3381edb

Please sign in to comment.