Skip to content

Commit

Permalink
[build system] bump upickle to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 18, 2024
1 parent 947a3af commit bfd53a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object v {
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
val json4sJackson = ivy"org.json4s::json4s-jackson:4.0.5"
val oslib = ivy"com.lihaoyi::os-lib:0.9.1"
val upickle = ivy"com.lihaoyi::upickle:3.1.3"
val upickle = ivy"com.lihaoyi::upickle:3.3.1"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.1"
val scalaReflect = ivy"org.scala-lang:scala-reflect:${scala}"
val bc = ivy"org.bouncycastle:bcprov-jdk15to18:latest.integration"
Expand Down
2 changes: 1 addition & 1 deletion nix/t1/t1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let
./../../common.sc
];
};
millDepsHash = "sha256-0r6dgpo5w7tdU2PoLYdtynbG/1J4XPuwtFnQkuVSOXk=";
millDepsHash = "sha256-f+GyZHm3MOz13qxgzl9ycdJLyYyeJWqaWKzOec42YEs=";
nativeBuildInputs = [ submodules.setupHook ];
};

Expand Down

0 comments on commit bfd53a0

Please sign in to comment.