File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 5858 - name : compile
5959 run : ./mill __.compile
6060
61- # 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
62- - name : cache test deps
63- run : |
64- cs fetch com.raquo:laminar_sjs1_3:17.2.1
65- cs fetch org.scala-js:-dom_sjs1_3:2.8.1
66- cs install scala-cli
67- cs fetch org.scala-lang:scala3-compiler_3:3.3.5
68- scala-cli --version
69-
7061 - name : Test
7162 run : ./mill __.test
7263
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object V{
2323 val scalaVersion = "3.7.2"
2424 val laminar = "17.1.0"
2525 val scalaJsDom = "2.8.1"
26- val scalaJs = "1.19.1 "
26+ val scalaJs = "1.19.0 "
2727}
2828
2929trait FormatFix extends ScalafmtModule with ScalafixModule with ScalaModule
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ object `package` extends FormatFixPublish:
5151 def scalaJSVersion = V.scalaJs
5252 def testFramework = "munit.Framework"
5353 def mvnDeps = super.mvnDeps() ++ Seq(
54- mvn"org.scala-js::scalajs-dom:${V.scalaJsDom}",
55- mvn"com.raquo::laminar_sjs1_3 :${V.laminar}"
54+ mvn"org.scala-js::scalajs-dom:: ${V.scalaJsDom}",
55+ mvn"com.raquo::laminar: :${V.laminar}"
5656 )
5757 end cacheJsLibs
5858
You can’t perform that action at this time.
0 commit comments