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 {
192
192
val semanticDBscala = ivy"org.scalameta:::semanticdb-scalac:4.12.4"
193
193
val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.10.3"
194
194
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 "
196
196
val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.6"
197
197
val zinc = ivy"org.scala-sbt::zinc:1.10.7".withDottyCompat(scalaVersion)
198
198
// 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 {
35
35
Value: <h1>hello</h1>
36
36
37
37
> ./mill show releaseMode
38
- "mill.scalanativelib.api.ReleaseMode. ReleaseFast"
38
+ "ReleaseFast"
39
39
40
40
> ./mill show nativeIncrementalCompilation
41
41
true
You can’t perform that action at this time.
0 commit comments