Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 08cc076

Browse files
Add work-around for Node.js 17
See scala-js/scala-js-js-envs#12
1 parent f037718 commit 08cc076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
22
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
33
addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.1.4")
4+
5+
libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.2.1"

0 commit comments

Comments
 (0)