We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7680f36 commit 4d32b79Copy full SHA for 4d32b79
1 file changed
plugin/package.mill
@@ -24,7 +24,7 @@ object `package` extends ScalaModule with FormatFixPublish:
24
mvn"com.lihaoyi::mill-libs-scalajslib-config-1:$millVersion",
25
mvn"co.fs2:fs2-io_3:${V.fs2}",
26
mvn"org.scala-js:scalajs-linker_2.13:${V.scalaJs}",
27
- // mvn"org.scala-js:scalajs-js-envs_2.13:1.5.0", // this has to match the version bundled with mill :-/
+ // mvn"org.scala-js:scalajs-js-envs_2.13:1.5.0", // this has to match the version bundled with this version of mill :-/
28
mvn"org.scala-js:scalajs-js-envs_2.13:1.4.0",
29
mvn"org.lz4:lz4-java:1.8.1"
30
)
0 commit comments