Upgrade upickle to 4.0.2 (#5710)

* Upgrade upickle to 3.3.1

* Upgrade upickle to 4.0.2
This commit is contained in:
Chris Stewart 2024-10-15 14:22:09 -05:00 committed by GitHub
parent 84aba7e349
commit 271da3ccea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ object Deps {
val breezeV = "1.3"
val newMicroPickleV = "3.1.4" // https://github.com/com-lihaoyi/upickle/
val newMicroPickleV = "4.0.2" // https://github.com/com-lihaoyi/upickle/
val newMicroJsonV = newMicroPickleV
val osgiFrameworkV = "1.10.0"