Skip to content

Commit

Permalink
[script] bump oslib to 0.10.0 to resolve lazyVal issue
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and sequencer committed Apr 17, 2024
1 parent ef6d86b commit 32bd661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import mill.scalalib.scalafmt._
object v {
val scala3 = "3.3.3"
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
val oslib = ivy"com.lihaoyi::os-lib:0.9.1"
val oslib = ivy"com.lihaoyi::os-lib:0.10.0"
val upickle = ivy"com.lihaoyi::upickle:3.1.3"
}

Expand Down
2 changes: 1 addition & 1 deletion script/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let
./build.sc
];
};
millDepsHash = "sha256-/0wAHQnMG9Zxwkpb1ZDobYDzJe4tN+/rJvHZFytV4lg=";
millDepsHash = "sha256-J8bBgM/F+8x8EQ1DR6Va/ZY2hnsjkkzk4a+ctDMKK3k=";
};

passthru.dev = self.overrideAttrs (old: {
Expand Down

0 comments on commit 32bd661

Please sign in to comment.