diff --git a/.idea/extra-logging.iml b/.idea/extra-logging.iml
index 35f18e4..9d2fdd1 100644
--- a/.idea/extra-logging.iml
+++ b/.idea/extra-logging.iml
@@ -27,30 +27,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
@@ -75,7 +74,6 @@
-
diff --git a/.idea/misc.xml b/.idea/misc.xml
index ef10b68..8484f39 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -11,4 +11,4 @@
-
\ No newline at end of file
+
diff --git a/flake.lock b/flake.lock
index 55b4bef..3041768 100644
--- a/flake.lock
+++ b/flake.lock
@@ -9,11 +9,11 @@
]
},
"locked": {
- "lastModified": 1692217241,
- "narHash": "sha256-KldePZwieTVTEJuEDYFt39NyaNx3r5t9CM7ghWBJE2s=",
+ "lastModified": 1701980293,
+ "narHash": "sha256-R98fivBuJGzcqg6yC+Zo8GiORhFzkWeRwBdycCGn5NE=",
"owner": "tadfisher",
"repo": "android-nixpkgs",
- "rev": "718072aff00883be317bb50a669b507c401165b4",
+ "rev": "e679cd540bf31b8db0d33d9df77919d047df785d",
"type": "github"
},
"original": {
@@ -32,11 +32,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1688380630,
- "narHash": "sha256-8ilApWVb1mAi4439zS3iFeIT0ODlbrifm/fegWwgHjA=",
+ "lastModified": 1701787589,
+ "narHash": "sha256-ce+oQR4Zq9VOsLoh9bZT8Ip9PaMLcjjBUHVPzW5d7Cw=",
"owner": "numtide",
"repo": "devshell",
- "rev": "f9238ec3d75cefbb2b42a44948c4e8fb1ae9a205",
+ "rev": "44ddedcbcfc2d52a76b64fb6122f209881bd3e1e",
"type": "github"
},
"original": {
@@ -50,11 +50,11 @@
"systems": "systems_2"
},
"locked": {
- "lastModified": 1689068808,
- "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
+ "lastModified": 1701680307,
+ "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
+ "rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
@@ -65,11 +65,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1692221125,
- "narHash": "sha256-nKUDlbLL8/WW3Fpx9Y0sY+LliTqU3/GexvHU9BdA8Qk=",
+ "lastModified": 1702237358,
+ "narHash": "sha256-PagQSuIdXAueAaAujhtqecP2sjXSYDdYfp2UVwqbkP8=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "214c9de8159b25f3cdc8374a80794d4d5787b4cf",
+ "rev": "7eb0ff576d1bde14a3353ef85f8fba6fd57d32c7",
"type": "github"
},
"original": {
diff --git a/project.clj b/project.clj
index 490b07b..d61b08d 100644
--- a/project.clj
+++ b/project.clj
@@ -4,17 +4,16 @@
:license {:name "GPL-3.0-or-later"
:url "https://www.gnu.org/licenses/gpl-3.0.txt"}
- :repositories {"zelaux" "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository"
+ :repositories {"zelaux" "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository"
"jitpack" "https://www.jitpack.io"}
- :dependencies [[metosin/jsonista "0.3.7"]
+ :dependencies [[metosin/jsonista "0.3.8"]
[org.clojure/clojure "1.11.1"]
- [org.clojure/data.json "2.4.0"]
[org.flatland/ordered "1.15.11"]
- [http-kit "2.7.0-alpha1"]
- [nrepl "1.1.0-alpha1"]]
- :profiles {:user {:plugins [[lein-kibit "0.1.8"]]}
- :provided {:dependencies [[com.github.Anuken.Mindustry/core "v145.1"]
- [com.github.Anuken.Arc/arc-core "v145.1"]
+ [http-kit "2.8.0-beta3"]
+ [nrepl "1.1.0"]]
+ :profiles {:dev {:plugins [[lein-kibit "0.1.8"]]}
+ :provided {:dependencies [[com.github.Anuken.Mindustry/core "v146"]
+ [com.github.Anuken.Arc/arc-core "v146"]
;; This is for task linting, you can remove this
[leiningen "2.10.0"]]}}