We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996b00e commit 2d5bfd7Copy full SHA for 2d5bfd7
.github/workflows/ci.yml
@@ -58,8 +58,8 @@ jobs:
58
# Sometimes the tests will timeout if they have to fetch all the transitive scala-js deps the first time... let's have coursier put them in the cache
59
- name: cache test deps
60
run: |
61
- cs fetch com.raquo:laminar_sjs1_3:
62
- cs fetch org.scala-js:scalajs-dom_sjs1_3:
+ cs fetch com.raquo:laminar_sjs1_3:17.2.0
+ cs fetch org.scala-js:scalajs-dom_sjs1_3:2.8.0
63
64
- name: Test
65
run: ./mill __.test
0 commit comments