We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91481b1 commit dd1a68aCopy full SHA for dd1a68a
2 files changed
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
env:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
FORCE_COLOR: '1'
13
+ COURSIER_CACHE_ACTION_CACHE_VERSION: 3 # increment this value to invalidate the cache
14
15
concurrency:
16
group: ${{ github.workflow }} @ ${{ github.ref }}
plugin/package.mill
@@ -23,7 +23,7 @@ object `package` extends ScalaModule with FormatFixPublish:
23
mvn"com.lihaoyi::mill-libs-scalajslib-config-1:$millVersion",
24
mvn"co.fs2:fs2-io_3:${V.fs2}",
25
mvn"org.scala-js:scalajs-linker_2.13:${V.scalaJs}",
26
- mvn"org.scala-js:scalajs-js-envs_2.13:1.4.0",
+ mvn"org.scala-js:scalajs-js-envs_2.13:1.5.0",
27
mvn"org.lz4:lz4-java:1.8.1"
28
)
29
}
0 commit comments