Skip to content

Commit 2d5bfd7

Browse files
committed
.
1 parent 996b00e commit 2d5bfd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
# 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
5959
- name: cache test deps
6060
run: |
61-
cs fetch com.raquo:laminar_sjs1_3:
62-
cs fetch org.scala-js:scalajs-dom_sjs1_3:
61+
cs fetch com.raquo:laminar_sjs1_3:17.2.0
62+
cs fetch org.scala-js:scalajs-dom_sjs1_3:2.8.0
6363
6464
- name: Test
6565
run: ./mill __.test

0 commit comments

Comments
 (0)