File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
example/scalalib/native/4-common-config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ object Deps {
192192 val semanticDBscala = ivy"org.scalameta:::semanticdb-scalac:4.12.4"
193193 val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.10.3"
194194 val sourcecode = ivy"com.lihaoyi::sourcecode:0.4.3-M5"
195- val upickle = ivy"com.lihaoyi::upickle:3.3.1 "
195+ val upickle = ivy"com.lihaoyi::upickle:4.1.0 "
196196 val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.6"
197197 val zinc = ivy"org.scala-sbt::zinc:1.10.7".withDottyCompat(scalaVersion)
198198 // keep in sync with doc/antora/antory.yml
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object `package` extends RootModule with ScalaNativeModule {
3535Value: <h1>hello</h1>
3636
3737> ./mill show releaseMode
38- "mill.scalanativelib.api.ReleaseMode. ReleaseFast"
38+ "ReleaseFast"
3939
4040> ./mill show nativeIncrementalCompilation
4141true
You can’t perform that action at this time.
0 commit comments