Skip to content

Commit

Permalink
mill migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Nov 2, 2024
1 parent 2ef2e78 commit 4ba4f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.1
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import $ivy.`com.github.lolgab::mill-crossplatform::0.2.4`
import $ivy.`io.github.quafadas::millSite::0.0.33`
import $ivy.`io.github.quafadas:millSite_mill0.12_2.13:0.0.37`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`com.lihaoyi::mill-contrib-jmh:`

Expand Down Expand Up @@ -46,7 +46,7 @@ trait Common extends ScalaModule with PublishModule {
val vecIncubatorFlag = Seq("""--add-modules=jdk.incubator.vector""")

trait CommonJS extends ScalaJSModule {
def scalaJSVersion = "1.16.0"
def scalaJSVersion = "1.17.0"
// def ivyDeps = super.ivyDeps() ++ Seq(ivy"com.raquo::ew::0.2.0")
// def moduleKind = ModuleKind.
}
Expand Down

0 comments on commit 4ba4f73

Please sign in to comment.