-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeps.lock.json
More file actions
2989 lines (2989 loc) · 148 KB
/
deps.lock.json
File metadata and controls
2989 lines (2989 loc) · 148 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version": 1,
"artifacts": [
{
"url": "https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.sbt/sbt-duplicates-finder/scala_2.12/sbt_1.0/1.1.0/ivys/ivy.xml",
"sha256": "09mk5zcnaqyrilg93as1m3sq6bfjshb6cxfqmg59j3wwvnjpy9x3"
},
{
"url": "https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.sbt/sbt-duplicates-finder/scala_2.12/sbt_1.0/1.1.0/jars/sbt-duplicates-finder.jar",
"sha256": "1rfn4vd8kk3pl0qzbgzv7db7yjf8wqrdsh29l8inp13y8s4r53sx"
},
{
"url": "https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.3.9/logback-core-1.3.9.jar",
"sha256": "0qf8h3cbvpi015bbzmxipfpgz74rinp0hwnfgzi1b7i5k1ssri9d"
},
{
"url": "https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.3.9/logback-core-1.3.9.pom",
"sha256": "0a7lp8zamb8jqjwix00349nzq3a06laah41xqmyc1z938f1g298z"
},
{
"url": "https://repo1.maven.org/maven2/ch/qos/logback/logback-parent/1.3.9/logback-parent-1.3.9.pom",
"sha256": "104db5mhd0zbcgpiksb7cfpwb0qkfb1lvyhj5pwdbz64072rp5lc"
},
{
"url": "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.13/2.3.12/shapeless_2.13-2.3.12.jar",
"sha256": "0bm96812lwwwgj8pa8jrh06vv03v89ya36hxk0c1f3cfpgw4w1ka"
},
{
"url": "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.13/2.3.12/shapeless_2.13-2.3.12.pom",
"sha256": "0c8h9pk486jc5pk99r5zyrg4rw6l8bxjfg4qv6a4ymn510z3aky9"
},
{
"url": "https://repo1.maven.org/maven2/com/chuusai/shapeless_2.13/2.3.7/shapeless_2.13-2.3.7.pom",
"sha256": "11sq61g5xx14r4x0j7mzbyn0p6qj2asgmwdp5xbwy900sks71m9l"
},
{
"url": "https://repo1.maven.org/maven2/com/chuusai/shapeless_sjs1_2.13/2.3.7/shapeless_sjs1_2.13-2.3.7.jar",
"sha256": "1fd2dxqiharb3g3n3psch181b5mwy7r3012p7p5ql9arg9crc0m9"
},
{
"url": "https://repo1.maven.org/maven2/com/chuusai/shapeless_sjs1_2.13/2.3.7/shapeless_sjs1_2.13-2.3.7.pom",
"sha256": "0mwmz2d8qdbsx516gna43i3zzlbg8r7df930x0526rk0pmk9x4f4"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-apache-http_2.12/0.9.3/gigahorse-apache-http_2.12-0.9.3.jar",
"sha256": "0dz19ijzwyghcxjqhilyy8z36c23gk74md94c67kildfkns3jxc2"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-apache-http_2.12/0.9.3/gigahorse-apache-http_2.12-0.9.3.pom",
"sha256": "15j4qh41ccawjxb4ribsiy95g6m5skglas5lvys9h68napj1zqfw"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.4.0/gigahorse-core_2.12-0.4.0.jar",
"sha256": "0g9xifyh2j5krymfrsi5vy9s3qxsjskv9fvwb3h9qda3g2zz7ahh"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.4.0/gigahorse-core_2.12-0.4.0.pom",
"sha256": "016qvlpk20in5a2wdp438frbi83fz5sf2nbada4j9vlfdjjgrjxa"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.9.3/gigahorse-core_2.12-0.9.3.jar",
"sha256": "0xgdp3r7m3r1hj5gdmwj95xhcmxiq660d2pir5y2i7pbnhl61abl"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-core_2.12/0.9.3/gigahorse-core_2.12-0.9.3.pom",
"sha256": "1l067rjbsm79032si2xzh9q5cmzhw4a0hw66rdf8yr7lvdmnd9bn"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-okhttp_2.12/0.4.0/gigahorse-okhttp_2.12-0.4.0.jar",
"sha256": "03k2hqdzvc19w15q189mblvfw87hp93b3x8z7ha09ly2psm3827p"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/gigahorse-okhttp_2.12/0.4.0/gigahorse-okhttp_2.12-0.4.0.pom",
"sha256": "0cpj5379a9d626s2bn211xg5vf15bf0pj1v94rzxdlzb4z9avwkv"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-apache-httpclient5/0.9.3/shaded-apache-httpclient5-0.9.3.jar",
"sha256": "0q4ghs6wphya93qi73n24yaigq1gf24zqycif4ml4b9496zzqdr3"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-apache-httpclient5/0.9.3/shaded-apache-httpclient5-0.9.3.pom",
"sha256": "1yldpbva1m2ngn6whf335dsq4dqf6vp264q87vkbam6zkh3kwzdq"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-jawn-parser_2.12/1.3.2/shaded-jawn-parser_2.12-1.3.2.jar",
"sha256": "1glk3xlb39hnd4q0bn218d1jzd73w98ql011p19mmcj9s7zjrx3n"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-jawn-parser_2.12/1.3.2/shaded-jawn-parser_2.12-1.3.2.pom",
"sha256": "1yvk08m25846019giv14nlsjzjgkrivsyy0i8ajhbv67pm8nvchv"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.jar",
"sha256": "0h2s0p3ja8c3c8szcy9zc2jmkcznq5kvfk2bgpjhz87w631m2h16"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.pom",
"sha256": "1l0mfsrynxykl0f0b0i9d2nkz92d4075n2pql5bk9awc51a07yfa"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-core_2.12/0.10.1/sjson-new-core_2.12-0.10.1.jar",
"sha256": "1awkmprry5pkzx6cqbfggckidffpf2jpvrqjg5zd10ykjna0rpry"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-core_2.12/0.10.1/sjson-new-core_2.12-0.10.1.pom",
"sha256": "1c75ads44iwiagv4x5xdizjvdva2zxx74xi6mqy3mmrmawl931rj"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-murmurhash_2.12/0.10.1/sjson-new-murmurhash_2.12-0.10.1.jar",
"sha256": "13y36nc69inwa9r42bgj82rvb1i6q5c6fdk5n4400kn6ilm02f5s"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-murmurhash_2.12/0.10.1/sjson-new-murmurhash_2.12-0.10.1.pom",
"sha256": "1sfhxmskmhwa6dwsl3ldbx6yblmlpq9qixza0xjg77z28ciapmp5"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.10.1/sjson-new-scalajson_2.12-0.10.1.jar",
"sha256": "1vni9j79nkcs5sqp6ik3cxgkgp3ipjggdjadr6ddfrpjl1ld6vqq"
},
{
"url": "https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.10.1/sjson-new-scalajson_2.12-0.10.1.pom",
"sha256": "1p1ldfhdi292y3r4q2bm7jz2ip840z7xg3gxj1n41c3lbx6nwi19"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar",
"sha256": "11kjkvh7m6ldznc0rx0mgv3rdnxxws6dnb54jcvxv5d4wrqhfwx4"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom",
"sha256": "0af1iqcjlns9ss94n9a558nzgbkqrgk69wwslqlqjj81ifkzdpy6"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar",
"sha256": "1ysdvqy1jai9f2w0kr9zk3mv50bxvjby825r5v4gwr4yc28fzy7m"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom",
"sha256": "1kp6s9glmzkjayfc9cm8pyibjnpzlgj1dzj1gh9wrbl09l81dv8y"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar",
"sha256": "07fdphqkmah6905yr5kvjg09dqmk4cwxvqnmrmlfyicgxvmsiy5s"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom",
"sha256": "1f4ds9436x6ppmv7lwcxqs7r5b13zg5cqmk9400qss54ir16p2kw"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom",
"sha256": "13gapiswd78bnssha8ji2wr10gbznp4b8rcrvh9gxjcp24b8a8wf"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom",
"sha256": "02vs276csbkrflfnx2lii3bnzb7n8az85bbh3p7wjhkx5advzn39"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom",
"sha256": "1as6cng8rwzk0b209mhy2bqqygacmzq75cjhd2zjm2hl28l19xlb"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.16.1/jackson-module-scala_2.12-2.16.1.jar",
"sha256": "19ryxslm1zf6pdkmg2mwkvlq4dfizhbs3q9x20y3jpiqj9wzmcnz"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.16.1/jackson-module-scala_2.12-2.16.1.pom",
"sha256": "0q7hx96qccq365kyw4bl87wx9206pjwm9217ard8ax5pyb8rmjcz"
},
{
"url": "https://repo1.maven.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom",
"sha256": "0l2snifqfznacf28dp2waqdd6lwvg76mnq1x5rni093lhmw1yjgx"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-annotations_2.13/2.1.0-M30/case-app-annotations_2.13-2.1.0-M30.jar",
"sha256": "16mvbqrlchnpmzxs8igh8gh3r5csxg2ax1s5vivc81p8hp97w5a7"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-annotations_2.13/2.1.0-M30/case-app-annotations_2.13-2.1.0-M30.pom",
"sha256": "05cb5y24wa7rc202ln3s9gla67n823ylcz1vgxbfpdqmzr5939zl"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-util_2.13/2.1.0-M30/case-app-util_2.13-2.1.0-M30.jar",
"sha256": "0i904j8qh1m78hfmh8xb7h4m7qkj0xapvcn4iaa0fizh604nhinx"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app-util_2.13/2.1.0-M30/case-app-util_2.13-2.1.0-M30.pom",
"sha256": "12h85d1psp4b71p4yfjivpf8axwgifp5bid0c3q23k86sr82zpkx"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app_2.13/2.1.0-M30/case-app_2.13-2.1.0-M30.jar",
"sha256": "191rfcjqwk3rg9ncsfw94rn779fw8s765d1frsqnq4bpffziw3y9"
},
{
"url": "https://repo1.maven.org/maven2/com/github/alexarchambault/case-app_2.13/2.1.0-M30/case-app_2.13-2.1.0-M30.pom",
"sha256": "1ixa9ginwvniivj4l298ikdbnixbrbwrifsckzwc3r1hz84h7iiq"
},
{
"url": "https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.8.5/caffeine-2.8.5.jar",
"sha256": "1j1b6pj9awii94zhrpkrg6li7903dsgvlw6xajl0z3jrpyliajw1"
},
{
"url": "https://repo1.maven.org/maven2/com/github/ben-manes/caffeine/caffeine/2.8.5/caffeine-2.8.5.pom",
"sha256": "1ih831k820c2591xc9hjsanb6s4lw9wy2460nm6k64sxfw078a2y"
},
{
"url": "https://repo1.maven.org/maven2/com/github/eldis/tool-launcher/0.2.2/tool-launcher-0.2.2.jar",
"sha256": "1p81sspx2sfv9kki5sv5wbc8gdww1awpkd7hcf1kvyzgssg3h0a3"
},
{
"url": "https://repo1.maven.org/maven2/com/github/eldis/tool-launcher/0.2.2/tool-launcher-0.2.2.pom",
"sha256": "0imzkqdq7r9p1jcdgx0wcb8nacf2y7c0vf89xp9bbl9aqa1ilyf0"
},
{
"url": "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar",
"sha256": "1hai840sgjdp5rwn6v6x6zsqpk9hk2zqs46h4pr30mp9yhiznrcl"
},
{
"url": "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom",
"sha256": "0v0rhn4d6ipashc970dmrv9mkg92ri2b3z875npxng4yr0g2lhm2"
},
{
"url": "https://repo1.maven.org/maven2/com/github/mwiede/jsch/0.2.23/jsch-0.2.23.jar",
"sha256": "0j7aaf9rs0cybaf0xavxm1vr9bfbharhqksjwa84h7acvmwgjpy4"
},
{
"url": "https://repo1.maven.org/maven2/com/github/mwiede/jsch/0.2.23/jsch-0.2.23.pom",
"sha256": "1wr7nn03nznqgjxlg6mywh7w1q9rywdvrkfr2xb5cq5jqnpz0583"
},
{
"url": "https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.12/2.13.5.2/jsoniter-scala-core_2.12-2.13.5.2.jar",
"sha256": "1czfb2hnp0lqian4b0wv4jbqj0f13hsickq2yaj0zf6kng23f9wf"
},
{
"url": "https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.12/2.13.5.2/jsoniter-scala-core_2.12-2.13.5.2.pom",
"sha256": "08az5yl01iwn8v68l2id4x0x679w1xf2mbb1h0m0m7wr68q53dbw"
},
{
"url": "https://repo1.maven.org/maven2/com/github/plokhotnyuk/jsoniter-scala/jsoniter-scala-core_2.12/2.13.5/jsoniter-scala-core_2.12-2.13.5.pom",
"sha256": "0bcfmciza6xv1wbsay4g9xiw5k50zzarnrv1yqfmj9lb1wk6lzr3"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-core_2.13/0.17.8/pureconfig-core_2.13-0.17.8.jar",
"sha256": "1k72758y3ac235l43k1z516jpnk6w0i5acrgl7gxgv3j7vnr0a7r"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-core_2.13/0.17.8/pureconfig-core_2.13-0.17.8.pom",
"sha256": "19irj4kc5ajdkajs6az51zhd86fhgrazqqqrlxjx8lzhff3qj58l"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-generic-base_2.13/0.17.8/pureconfig-generic-base_2.13-0.17.8.jar",
"sha256": "1mxa4a2w2xm7p937y7pjzd69ldlr8ygp81lpqjv0si7mc2fng1xy"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-generic-base_2.13/0.17.8/pureconfig-generic-base_2.13-0.17.8.pom",
"sha256": "05vrdcg80xbhdhslwnb43zlrw27a31l5bb2wna77snqz3cxjf920"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-magnolia_2.13/0.17.8/pureconfig-magnolia_2.13-0.17.8.jar",
"sha256": "1d9lk3ldrhl8g9p0f1w6xxw6dilndkx4dpfbir5m7lfm27k0yz72"
},
{
"url": "https://repo1.maven.org/maven2/com/github/pureconfig/pureconfig-magnolia_2.13/0.17.8/pureconfig-magnolia_2.13-0.17.8.pom",
"sha256": "16xhymj9g11q50iafnai8xykmcirf59xh6kwlsh1m5yfdggg5br1"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/pgp-library_2.12/2.2.1/pgp-library_2.12-2.2.1.jar",
"sha256": "1fczkb7flajhqmiy8cmsifb1qmjlmivfb0fyy2vf7l5w01hv729x"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/pgp-library_2.12/2.2.1/pgp-library_2.12-2.2.1.pom",
"sha256": "1qq7290bcfc2x81q0yavmzl951rz3gkl086f66i1grzw9gdmqxk4"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-git_2.12_1.0/2.0.1/sbt-git-2.0.1.jar",
"sha256": "04lmyy90pmznnbi2l396zv2d5c8ksclr3nn4if9486y61pdyrki4"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-git_2.12_1.0/2.0.1/sbt-git-2.0.1.pom",
"sha256": "09204plixpyprf5rwiifaq6gdvb603vxd8zzwh4sz6h4m5gihwlr"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-native-packager_2.12_1.0/1.10.4/sbt-native-packager_2.12_1.0-1.10.4.jar",
"sha256": "1vyvf8c7a9h59acnkrwq9fpk59gh5zv64bgpapsvc85j47z9mi6g"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-native-packager_2.12_1.0/1.10.4/sbt-native-packager_2.12_1.0-1.10.4.pom",
"sha256": "04ncgk7zh68rffbiwzqqbfhprlgd6431vik9h5jx15j20nb1yjd4"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-pgp_2.12_1.0/2.2.1/sbt-pgp-2.2.1.jar",
"sha256": "0valfznbaaih52yjl78wx6bci5i7fm72xapj167rdn5f7k88haly"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-pgp_2.12_1.0/2.2.1/sbt-pgp-2.2.1.pom",
"sha256": "1y141sl7i6qvf96kakhr4c2a6nmi3r0rb4x2nzklfg7axirxs3z7"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-release_2.12_1.0/1.4.0/sbt-release_2.12_1.0-1.4.0.jar",
"sha256": "123z25aawqrm1lksm67j9wl1yamw8av4s6h849qrbq4195i3ig9r"
},
{
"url": "https://repo1.maven.org/maven2/com/github/sbt/sbt-release_2.12_1.0/1.4.0/sbt-release_2.12_1.0-1.4.0.pom",
"sha256": "1cvr3dcz5y6p0185nzkh2cnbbkl3im4m0rrsy7gi91258cr4qgd8"
},
{
"url": "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
"sha256": "1iyh53li6y4b8gp8bl52fagqp8iqrkp4rmwa5jb8f9izg2hd4skn"
},
{
"url": "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom",
"sha256": "1zldsximvzlag566i5r2i124d5vs2jw4brjy39hb4m5jy6yrv20r"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar",
"sha256": "0m607sn403x7sjqwqbaira00m34z56wji3n64g1rmzxnd3q3jvzc"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom",
"sha256": "1n6v0yf9ad3qjya5jzjqp4682i5ph4169yjqjc0byqqv4dzv3aym"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.jar",
"sha256": "0a5287bvcaaqvx6y90zn7bqnjwrxb26k1ps9w25jwrha4d40cajz"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.4.0/error_prone_annotations-2.4.0.pom",
"sha256": "0ks7330dr2ys6jb0zj3pgx8aadw7mj2d4n21117kv80f4vx4p9by"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom",
"sha256": "1m6b627nha54d17xxigl93vj0kf5qcb0va4lpsgk1zh4655hlizm"
},
{
"url": "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_parent/2.4.0/error_prone_parent-2.4.0.pom",
"sha256": "16l69qpwxaxk1qk18s15sadr3yykkj11rlp01p42lxfslk6s1pfy"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar",
"sha256": "0r40ir2ingkmh0n9ng125zpn3h45d5viw6k9z9nkz7imkg7q33wa"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom",
"sha256": "1ch33prskzqr8xivbac2allyym3bhi7rkvmn0wyvpvdlppscdsqr"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom",
"sha256": "0rmia42xirzgk3r2h1syzs7n7ib1nv84yzh87yizcmz7jn4crb54"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom",
"sha256": "016c2q03chipb3a9ij2d0dmsrf2yyaj8rz0skj4cx5m9djs8lsgq"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom",
"sha256": "16i233a6grqxcac3baln16qj2c096qdkgj4zp9q3sh8bd26ch304"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar",
"sha256": "16bgkzvk3sprn5rs9hfcpvz9vgyhy40zni1amffcxrfj0gygnr6n"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom",
"sha256": "0dlqf4baf5h1j9b2a1i96n5l3i21vm7r3xync305sszpfqfxchz7"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar",
"sha256": "0dqmk52pqch5c6z20cq1pdjbchmj17manwxqghrr85j19lz5rn7l"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom",
"sha256": "0bg3ns03lgi2pn55l54bj7j6nxc7cxbx5ki2dlpc51hr8i6b2w7x"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar",
"sha256": "169zydsbk48cs370lpdq5l69qgqjsq7z7ppzprzsa2i3shvs0wmk"
},
{
"url": "https://repo1.maven.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom",
"sha256": "16v7p0wgzi5wijl596ggcawcs1gyn5mzgqcw0xalwg8m4vdv3m0q"
},
{
"url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar",
"sha256": "1vfnyjvjmkjdnzwfz42jlchx22gpgpxx17w5xnryv5ay3bx9aaph"
},
{
"url": "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom",
"sha256": "1y0ipx6xa6f501c9p17sz1g76l7yfq99xylbj4y131c3n6c7gy1p"
},
{
"url": "https://repo1.maven.org/maven2/com/google/jimfs/jimfs-parent/1.1/jimfs-parent-1.1.pom",
"sha256": "1g96idyskcl3ryfc3fd5lq12ay5f4nbars3h528yzq2p3rsma5f7"
},
{
"url": "https://repo1.maven.org/maven2/com/google/jimfs/jimfs/1.1/jimfs-1.1.jar",
"sha256": "1pbx4lf1y24bgdfaf9bw9p0abnm7mlxhnlc7jfpk1af0swl8x0n4"
},
{
"url": "https://repo1.maven.org/maven2/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom",
"sha256": "0i3sgapm9r7wgmrm0qlb2hzarm6q6irfbjnz5x3ppw92v5f6xa7g"
},
{
"url": "https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar",
"sha256": "04bidmlmv4ghinwngbmaq0887i1b1g3kckijxbbm0xri3lmxl3sc"
},
{
"url": "https://repo1.maven.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom",
"sha256": "1x0pzklgbd2bf3wkka6li2sc90hhx8al9f0bfmvxj438kkzb29cp"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.4.0/fansi_2.12-0.4.0.jar",
"sha256": "12hfzzrpm33basbgvkj5sqsi7vm563lqmbcybn7wimfm8vsfjnjh"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fansi_2.12/0.4.0/fansi_2.12-0.4.0.pom",
"sha256": "1y1f5z8f44lnfxqfwipkpdvmvrz16k4idxkv6s4xxsf79lcj8l96"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fastparse_2.13/3.1.1/fastparse_2.13-3.1.1.jar",
"sha256": "1mfrrafh7bi5x14hjyb3y21c58r2q7nq9fac97zrr77qs3d3fgzz"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fastparse_2.13/3.1.1/fastparse_2.13-3.1.1.pom",
"sha256": "18r2rf50frzha92dq35kw821266ij73jpa8lydxi1sfgqrq10rs0"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fastparse_sjs1_2.13/3.1.1/fastparse_sjs1_2.13-3.1.1.jar",
"sha256": "0dv8qsd78yvhi83wgh57sk741j6zir2a8yzxpzcg8x5dfnfimzas"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/fastparse_sjs1_2.13/3.1.1/fastparse_sjs1_2.13-3.1.1.pom",
"sha256": "02cp39zh6dpqi1x6iaaaq3n0pdgn2lxq639mk39r1gxiwwb4qwpk"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/geny_2.13/1.1.0/geny_2.13-1.1.0.jar",
"sha256": "1dbls6w4s2r09j2gx946mdmr8z99vhhjnbdlf3d37dbv0iwg54xx"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/geny_2.13/1.1.0/geny_2.13-1.1.0.pom",
"sha256": "098ll4xl8clxcxp06sscqxasrwjlcr36x4yw2f6jzg8n9ynpcphf"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/geny_sjs1_2.13/1.1.0/geny_sjs1_2.13-1.1.0.jar",
"sha256": "0dkk5wmgs8052cimwgfn11bbsbhxvmpdkjbihw6rpl40wnvwgf7i"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/geny_sjs1_2.13/1.1.0/geny_sjs1_2.13-1.1.0.pom",
"sha256": "10bzcf29m78ncz803x8rdb4xx7f268iwaqhzhrwni0qv5bhlp63x"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.3.0/sourcecode_2.12-0.3.0.jar",
"sha256": "1wrrra0sq13d9dwa3zmpv3pw2ksfp1q6vc48wdqq4chb8h7jhwwh"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.12/0.3.0/sourcecode_2.12-0.3.0.pom",
"sha256": "18rhn59301wk9m28l5mxbhrwfmsafgb7gq4pbax6azj3bp7dyfvk"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.13/0.4.2/sourcecode_2.13-0.4.2.jar",
"sha256": "0gblvv0w31kz7kc6r9d41209888zwq5n767f71mly657jjwy5b7v"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_2.13/0.4.2/sourcecode_2.13-0.4.2.pom",
"sha256": "1lkjd0zgl6yjdrscwbpy82j8c5ba1396b6dqk6i6wwvlj5p306h1"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_sjs1_2.13/0.4.0/sourcecode_sjs1_2.13-0.4.0.jar",
"sha256": "1ak6fnsgcx33mnnlkm35iw5c5b55jsz7b3aizvypfzm3l8r06l0r"
},
{
"url": "https://repo1.maven.org/maven2/com/lihaoyi/sourcecode_sjs1_2.13/0.4.0/sourcecode_sjs1_2.13-0.4.0.pom",
"sha256": "0kw09dhcgrdlnpk440iydxjni7sgyk8nnjmchf48psdgpmwng8cf"
},
{
"url": "https://repo1.maven.org/maven2/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar",
"sha256": "1h26hnx0rx9qzjdqriqrp2a8vsixf84l2n33bss6092w4fxyq4pl"
},
{
"url": "https://repo1.maven.org/maven2/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom",
"sha256": "1npma26j5h6fsw7p66kk313scxg33ipnsknin9cz4qnac7ifa4bk"
},
{
"url": "https://repo1.maven.org/maven2/com/michaelpollmeier/versionsort/1.0.11/versionsort-1.0.11.jar",
"sha256": "0ii1v22ki38xvcynbh2mvqg9k2kabxgdgi5qjp5hf7k0g11ycn7y"
},
{
"url": "https://repo1.maven.org/maven2/com/michaelpollmeier/versionsort/1.0.11/versionsort-1.0.11.pom",
"sha256": "0wa1i57cqzhjg0rgvnfpqq6696dnikk12l8ilrj0p7grxrk0mwm8"
},
{
"url": "https://repo1.maven.org/maven2/com/orrsella/sbt-stats_2.12_1.0/1.0.7/sbt-stats-1.0.7.jar",
"sha256": "0nx3gar2czkk9xk51r89w0521xi5vx6gql90hahv0pgrrz8iam4v"
},
{
"url": "https://repo1.maven.org/maven2/com/orrsella/sbt-stats_2.12_1.0/1.0.7/sbt-stats-1.0.7.pom",
"sha256": "0fa4ai72jjvvar6jzxwis6k4xbnn26b3wphh5yg5jl0pg50ksy3s"
},
{
"url": "https://repo1.maven.org/maven2/com/softwaremill/magnolia1_2/magnolia_2.13/1.1.10/magnolia_2.13-1.1.10.jar",
"sha256": "1s9bdbh8zwhqazdh7y04809k6zxy25cq8sgnfzp2cxs29s8h18nw"
},
{
"url": "https://repo1.maven.org/maven2/com/softwaremill/magnolia1_2/magnolia_2.13/1.1.10/magnolia_2.13-1.1.10.pom",
"sha256": "18nj02ni93pafpq9bzfx4ghviq7ssx9wp1lz1fmj8m95713r0z2w"
},
{
"url": "https://repo1.maven.org/maven2/com/softwaremill/magnolia1_2/magnolia_sjs1_2.13/1.1.10/magnolia_sjs1_2.13-1.1.10.jar",
"sha256": "04zar68f9mzmv1gjgw9ihz6dizhkhgq588d0fgqljc3yc3rwcy43"
},
{
"url": "https://repo1.maven.org/maven2/com/softwaremill/magnolia1_2/magnolia_sjs1_2.13/1.1.10/magnolia_sjs1_2.13-1.1.10.pom",
"sha256": "1wn167cxxrwill80visq6ny6dsx2jmhjis33y2j7dx04jm8z65bl"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.14.0/okhttp-3.14.0.jar",
"sha256": "0mdl650x9jwkkcaxs60d9d69h9qzk404zchb6mmk946z1nwxxxps"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.14.0/okhttp-3.14.0.pom",
"sha256": "1gqy83yfv9sj629xfjj9db1iw534xfm7h832r7wbr4z37fjrm4ah"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar",
"sha256": "1q7lsn8p2xhrq17klmxlag2apksx3gq3wkaswnks7dsbn60h01di"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom",
"sha256": "0f3xkh8v9rmd6ncj2az555v7rzkhd90jgh0cqpkj55a1m5070wvw"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okhttp3/parent/3.14.0/parent-3.14.0.pom",
"sha256": "1xvx6q5jf4rz1n9na5fcqf9gi6qndzr8d1ra254hjvaahany4321"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar",
"sha256": "04l4l8yp3jrpjdbh0d8dvagjcpmwk15m03pd4zljlhpw6q3kym37"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom",
"sha256": "0zx5j3l0vasz7c8kbz9kcjl2a50cc9971z95v7x4z2d02p2xgd31"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom",
"sha256": "097h2vz0wxjb9nj8lhdaazkzpfasr1ss38qgn6ab63iadwa407z8"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar",
"sha256": "1f72kw6ap0a5rw2ng20sxdy28kb01nc6y7byqka7mi7s5wny837q"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom",
"sha256": "1w03pgj28lsb9x7g10gaky8hxvb4xsa1k99x415p2smb8dagfmyd"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar",
"sha256": "1d9rkhf0x223qgql04qc4pnhz68mkzki7hmhlv297fskbhp2jqwf"
},
{
"url": "https://repo1.maven.org/maven2/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom",
"sha256": "15fcz2bkcrbxdmcnldxf1kk7rlhiqpska7slah6fs0y14h5bgcxf"
},
{
"url": "https://repo1.maven.org/maven2/com/swoval/file-tree-views/2.1.12/file-tree-views-2.1.12.jar",
"sha256": "0559xpx2v7yakwjv71wki8ayqai7p8hcjdnvjwzcz4kskf476wzx"
},
{
"url": "https://repo1.maven.org/maven2/com/swoval/file-tree-views/2.1.12/file-tree-views-2.1.12.pom",
"sha256": "0ip7mfqdbfl7n6k27cpyg9ypa286kvzmqh8f63fqa7bdfzf71lpd"
},
{
"url": "https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer-parent/2.8/paranamer-parent-2.8.pom",
"sha256": "1kgp1366nfb40acpq0ww43c9ksi0vjk92ch64y6s5ljv3cfg157h"
},
{
"url": "https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar",
"sha256": "01yzrqxcdv2vc6xj8ymlwj5nhcb0jn620mg8728q2782lqcb3338"
},
{
"url": "https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.pom",
"sha256": "0miqv4k6b8a383nbyliibh9dafamllni688nck78sbamw16l1nym"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.2.0/config-1.2.0.jar",
"sha256": "0q5xhyyyin4dmw0pnx18lp184msn5ppzmqxib3iv2pxrmklc5wjn"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.2.0/config-1.2.0.pom",
"sha256": "08p5xrn5lkmhrrwfiswdfqjv914b1w11l2jbnywfw2ka9mgjqyh5"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2.jar",
"sha256": "1m9gw71dzsqxr2dcybn0il4vmvxkmifzsa352ilq6z9qni4w4xh0"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.2/config-1.4.2.pom",
"sha256": "0hjc6y8ybwqifwlzk3xsw3xsiyb39084vsgfqbgrxgpiqx5nx8h1"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3.jar",
"sha256": "1dnzlmm1bpzcxwk5ypj0vw69q02zvjpvbq335mqic977bhc4rnla"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/config/1.4.3/config-1.4.3.pom",
"sha256": "1wqg0fhiv3jbblzi00vc1ig6lad5hc08i9nv01yzh3r2vnlsyzmn"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.jar",
"sha256": "1r67al8hfzqvf6718x71wbyh67s733pi0aalb7d9fzzbmp04w56g"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.2.2/ssl-config-core_2.12-0.2.2.pom",
"sha256": "13wkl4kp07z6sb4ipp8jjk51ngg56nwvprsg3lxwpwig6ns9c7jj"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.6.1/ssl-config-core_2.12-0.6.1.jar",
"sha256": "0bpc6gxa3p5lrhx3h8d24s28frrh8vsqqkdgs7iwdlfx5r46d4b2"
},
{
"url": "https://repo1.maven.org/maven2/com/typesafe/ssl-config-core_2.12/0.6.1/ssl-config-core_2.12-0.6.1.pom",
"sha256": "01hb0az1g582vmcivmmwcn72prahwm7lixmgagc4myhvdn4k9vqd"
},
{
"url": "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar",
"sha256": "1r550hnq20fcpngy87j35bni5cxj53dfx4113srd3jr2bysvz1zc"
},
{
"url": "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom",
"sha256": "0a5dj2sjxrwns6i59skhhg4nfk8m1j1s0bx0f51wcz4x5zcxs9mq"
},
{
"url": "https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar",
"sha256": "0m71akmdfpr7ri41mj0fl20l622g2vpwl9qcpcpgv35nw4pg32m5"
},
{
"url": "https://repo1.maven.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom",
"sha256": "07grsggh2na4ykr3cc0my7m3s4c0rad81f5k81bynnb75gw1l6hp"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_2.13/3.0.5/izumi-reflect-thirdparty-boopickle-shaded_2.13-3.0.5.jar",
"sha256": "1miaf3dymrjfxf13p6qms24rsl8l2kx9w8z85p99akvvv2yxpy86"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_2.13/3.0.5/izumi-reflect-thirdparty-boopickle-shaded_2.13-3.0.5.pom",
"sha256": "0aq6qhlbgiys5kpqkpn3ss4kzwl98syk5c8biiih048n7wk7av3b"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_sjs1_2.13/3.0.5/izumi-reflect-thirdparty-boopickle-shaded_sjs1_2.13-3.0.5.jar",
"sha256": "0vvr5nv2wcs3pz29j31bzacbwk1h4v4nph7gpgkkn7ayw0k9x17k"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_sjs1_2.13/3.0.5/izumi-reflect-thirdparty-boopickle-shaded_sjs1_2.13-3.0.5.pom",
"sha256": "0rc6x0kcjbsifdh31ivibxzfiabd5gqr5h9hlf090azrxdr7wxfl"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect_2.13/3.0.5/izumi-reflect_2.13-3.0.5.jar",
"sha256": "0cshbmnghn9p21hf3s1q2kak8kcjhp5bilkn1p65rrvcvv9cr7pv"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect_2.13/3.0.5/izumi-reflect_2.13-3.0.5.pom",
"sha256": "1j3qwllcl19yd2mr6ypmpamgmczihdyzm52s5frgkvq1k2x21g0z"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect_sjs1_2.13/3.0.5/izumi-reflect_sjs1_2.13-3.0.5.jar",
"sha256": "0cxr7vpi225p8cfym6ny12xwqdax6nrzqd1fdz2d4vys8z0fgyiw"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/izumi-reflect_sjs1_2.13/3.0.5/izumi-reflect_sjs1_2.13-3.0.5.pom",
"sha256": "1kny0nzg9g99bkha7l72x0jx5prcnfpbj5ry71n9fczsj5mna847"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-interop-tracer_2.13/23.1.0.5/zio-interop-tracer_2.13-23.1.0.5.jar",
"sha256": "1prgl4fsi1h73w31xa9d2a41xifm8n8b46wz58g23lcxx1qpang8"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-interop-tracer_2.13/23.1.0.5/zio-interop-tracer_2.13-23.1.0.5.pom",
"sha256": "0qzkx98inpqf6l2wji0i8c26gp9d9m8qrbn1rz5s2wh800k6qf3s"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-interop-tracer_sjs1_2.13/23.1.0.5/zio-interop-tracer_sjs1_2.13-23.1.0.5.jar",
"sha256": "17i7f27npfz0ga7fx1wn99n63v6mz7v9yw05a9893zxam7i8ab60"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-interop-tracer_sjs1_2.13/23.1.0.5/zio-interop-tracer_sjs1_2.13-23.1.0.5.pom",
"sha256": "0q32bba1sx8sdagjv4sx81akhz81ps3yzfhskw83k8yvfj9alb09"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-stacktracer_2.13/2.1.14/zio-stacktracer_2.13-2.1.14.jar",
"sha256": "13pybwqy0x2a79r391a8s26zy8bc7z0b1z6rzgwpb3br5gylr0q0"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-stacktracer_2.13/2.1.14/zio-stacktracer_2.13-2.1.14.pom",
"sha256": "0pj8yb6cgll4ji56dddckxxqgbv9a1n4il6k9srrbsn6fikgxbb4"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-stacktracer_sjs1_2.13/2.1.14/zio-stacktracer_sjs1_2.13-2.1.14.jar",
"sha256": "0f0imvi0544ll5qayifd67529apzzacwzb911gmhwy0n4rranj54"
},
{
"url": "https://repo1.maven.org/maven2/dev/zio/zio-stacktracer_sjs1_2.13/2.1.14/zio-stacktracer_sjs1_2.13-2.1.14.pom",
"sha256": "07rbgagk1lj52gkm0rhh94nzg2x7rqggabncrbfyw02zdrmp276x"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-api_2.13/1.2.24/distage-core-api_2.13-1.2.24.jar",
"sha256": "1jlpwsa2scqbhn0shipyy8avag6lzv8k3dqrbya4g752bkbgk5zn"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-api_2.13/1.2.24/distage-core-api_2.13-1.2.24.pom",
"sha256": "1s1fzrpv3gayzfkj462v2k921rdlbglw31dzn7g6cp373ck7m5zs"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-api_sjs1_2.13/1.2.24/distage-core-api_sjs1_2.13-1.2.24.jar",
"sha256": "0i2mmxpicdqz6k494n6p1mrvnn66hpsh7bhz8r2b50ghl44rcdns"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-api_sjs1_2.13/1.2.24/distage-core-api_sjs1_2.13-1.2.24.pom",
"sha256": "1nq90zj3qyn6h4vh8ihymcssmcw9i7ah6qnpi3vv6mwnppcfz7ww"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-proxy-bytebuddy_2.13/1.2.24/distage-core-proxy-bytebuddy_2.13-1.2.24.jar",
"sha256": "0vgf6y99cpfbir47zx2lyqypaq0za97z2glbv2dvfnas3qczii84"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core-proxy-bytebuddy_2.13/1.2.24/distage-core-proxy-bytebuddy_2.13-1.2.24.pom",
"sha256": "137qvzykqsfypsb11y44lah14197sq4nyi0l3fxnn4p55g99jggq"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core_2.13/1.2.24/distage-core_2.13-1.2.24.jar",
"sha256": "1qsjycaskymqkqjqm0nl3pw4bm7050gli3ifqq493d2xx37xg8nr"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core_2.13/1.2.24/distage-core_2.13-1.2.24.pom",
"sha256": "12xcf94paki2wzp610aas8la8654z3h502f3bddz3sc1755pc3y9"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core_sjs1_2.13/1.2.24/distage-core_sjs1_2.13-1.2.24.jar",
"sha256": "1jy6bkm2rkh9iarnvfz4vmbm4zbqk68ar43vdk20gwqrpn3yl5hi"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-core_sjs1_2.13/1.2.24/distage-core_sjs1_2.13-1.2.24.pom",
"sha256": "0pcgpb2fv881w07y5kb2w19lcpjd6ajl9phaqwdl4src6gcn1x5w"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-config_2.13/1.2.24/distage-extension-config_2.13-1.2.24.jar",
"sha256": "1mspsp2n7g2b9ing49kcixw3392775wwzkgcpylyfqyww3d44p1c"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-config_2.13/1.2.24/distage-extension-config_2.13-1.2.24.pom",
"sha256": "1xxsj9rbcfl3r3rj40i58lvh87q3bp761fb16hq8cdzmyw79ii9h"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-logstage_2.13/1.2.24/distage-extension-logstage_2.13-1.2.24.jar",
"sha256": "05hdc0jgf9im4vr3fd6vwac3vvswzk5kkdlx8rq3b1civ0afrixl"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-logstage_2.13/1.2.24/distage-extension-logstage_2.13-1.2.24.pom",
"sha256": "14z18w068k708294kgb019jaq0i702by722sqdndaa98122pcrjj"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-plugins_2.13/1.2.24/distage-extension-plugins_2.13-1.2.24.jar",
"sha256": "0lrzq80fg60dnwi7vhkpapyqcqd397p6pscm07qhmhi7chjzi1d2"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-extension-plugins_2.13/1.2.24/distage-extension-plugins_2.13-1.2.24.pom",
"sha256": "1mmlgz4s342zj0549w5bjy474w36sm5zac3plzz8gl8kib6j0p4p"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-framework-api_2.13/1.2.24/distage-framework-api_2.13-1.2.24.jar",
"sha256": "0llfmn2sawac9al04q1s9v7krjn7047lbimr14y694zp4s145lnp"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-framework-api_2.13/1.2.24/distage-framework-api_2.13-1.2.24.pom",
"sha256": "1lph34z431p64axwmxzlhiv9fws6hx2wf0fzpap4xgj3jqzhfz1n"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-framework_2.13/1.2.24/distage-framework_2.13-1.2.24.jar",
"sha256": "00glza5xz7if9b1qzq3lj5a2qj243n7z3mncz0yrcyyyfbwzbq6l"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-framework_2.13/1.2.24/distage-framework_2.13-1.2.24.pom",
"sha256": "0w5f7jh03i0mzjxlkbm2bij0m9sn2nhkgwxhlv30blgg29b8zka1"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-testkit-core_2.13/1.2.24/distage-testkit-core_2.13-1.2.24.jar",
"sha256": "12n4clsiq7fvpzdl58v7wh5qbl44xf97d1smwsq07385y25p36zz"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-testkit-core_2.13/1.2.24/distage-testkit-core_2.13-1.2.24.pom",
"sha256": "1sfykf6jig7rs0qvbhbls5dl2z96lsqkqsq76yb62ra0nc2mb4qf"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-testkit-scalatest_2.13/1.2.24/distage-testkit-scalatest_2.13-1.2.24.jar",
"sha256": "1mlpsm3fs5kgxccyrkb1ysd2jxpd4lar5h865bx87vkwd2rls4dj"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/distage-testkit-scalatest_2.13/1.2.24/distage-testkit-scalatest_2.13-1.2.24.pom",
"sha256": "1xwbv0g5sijl31hmikxz8r122226ci6yjd0ln01xcm7hzys49k2b"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-basics_2.13/1.2.24/fundamentals-basics_2.13-1.2.24.jar",
"sha256": "1b1bqyi3cln9pfa2mgr5x20ydsg40qj3x4528i3ww6p0hwnm2qas"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-basics_2.13/1.2.24/fundamentals-basics_2.13-1.2.24.pom",
"sha256": "04zbsqc11v5b5k6kx11g3xc3w66j9bfibsjkff7zrlq440q1ipp8"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-basics_sjs1_2.13/1.2.24/fundamentals-basics_sjs1_2.13-1.2.24.jar",
"sha256": "1pbv2x7j4n22hhs7lnn10mazpk52jxdlxy07qwp5h8m3zni34bii"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-basics_sjs1_2.13/1.2.24/fundamentals-basics_sjs1_2.13-1.2.24.pom",
"sha256": "1dxmk7ma7zrak0m1jfncwfxaa0sc9p05dbd4sf5pjklg2cfs8a4m"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-bio_2.13/1.2.24/fundamentals-bio_2.13-1.2.24.jar",
"sha256": "0ncx8kmsr5awlr0vq9ldai2a3i29dskcyrf76jv20isydph58m71"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-bio_2.13/1.2.24/fundamentals-bio_2.13-1.2.24.pom",
"sha256": "1sy895q2pv0yxhr449m60in0yxyrfkl66qbsr15csh787jzcxf0g"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-bio_sjs1_2.13/1.2.24/fundamentals-bio_sjs1_2.13-1.2.24.jar",
"sha256": "0q9926q08pymkz88zhifyyj5b89absc5z60j6108djbdcc2hlc3n"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-bio_sjs1_2.13/1.2.24/fundamentals-bio_sjs1_2.13-1.2.24.pom",
"sha256": "0bdh7xv5v3r5zrhj7dp4j9scxxip9q641v6mg5as36a4z48sj1pw"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-collections_2.13/1.2.24/fundamentals-collections_2.13-1.2.24.jar",
"sha256": "1idcxib840162kk3anh1zcdrzdbix54fbd8ziggjsr005jibw65h"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-collections_2.13/1.2.24/fundamentals-collections_2.13-1.2.24.pom",
"sha256": "0y5a71lnd8l9krq5i6wwrkwm4n4n1pzslr1yrq6drl6sj6ypmh3s"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-collections_sjs1_2.13/1.2.24/fundamentals-collections_sjs1_2.13-1.2.24.jar",
"sha256": "1nwykgwcaaa06irww6qyxfbggs07pkn6i5dr408z0mra12j2jp6s"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-collections_sjs1_2.13/1.2.24/fundamentals-collections_sjs1_2.13-1.2.24.pom",
"sha256": "05cz5xy6vk1ryyjyw4z046qyhrwlzrsik22r1mqf6s8zvsbzjaai"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functional_2.13/1.2.24/fundamentals-functional_2.13-1.2.24.jar",
"sha256": "12hgypzjvdwxvlxhw0m6lzasamdwzhzbmgsl985ychrqnxwvp6fb"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functional_2.13/1.2.24/fundamentals-functional_2.13-1.2.24.pom",
"sha256": "1bk27xiciafsshwnd63hsx5828dryqiggbwsf67nm2a6bacxwa33"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functional_sjs1_2.13/1.2.24/fundamentals-functional_sjs1_2.13-1.2.24.jar",
"sha256": "05s1l83ri0fb171nmc4cipw14gsxrirp8m14lin1ndcpqfk43cwm"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functional_sjs1_2.13/1.2.24/fundamentals-functional_sjs1_2.13-1.2.24.pom",
"sha256": "1x5qzdc5dx2mshq2zvypgrrmb697167x022a3245872xim66g9b7"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functoid_2.13/1.2.24/fundamentals-functoid_2.13-1.2.24.jar",
"sha256": "0vb9cbanha75dbcb2i50mc3q0xgxsmzn2rp8172bbz7qq8x9i25l"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functoid_2.13/1.2.24/fundamentals-functoid_2.13-1.2.24.pom",
"sha256": "08i1s6pznqikclkrx6lwcv42hpfgajkvpp6wck8k4cfbdcg71j3p"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functoid_sjs1_2.13/1.2.24/fundamentals-functoid_sjs1_2.13-1.2.24.jar",
"sha256": "13hkg7f158zz363cykilnmr5d23cb37vsa9vp7yry91aislsg6gs"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-functoid_sjs1_2.13/1.2.24/fundamentals-functoid_sjs1_2.13-1.2.24.pom",
"sha256": "1ics9xmcgqhncsb2flj3bwk0b1aj0ay8cica5jbb9c6rnc8adpq0"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-language_2.13/1.2.24/fundamentals-language_2.13-1.2.24.jar",
"sha256": "1k61v9gknxncy8hzcg9jqig2q7pnsm44h3gyr4myjg9lccpgasff"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-language_2.13/1.2.24/fundamentals-language_2.13-1.2.24.pom",
"sha256": "074c8wbkwqqman3q9djmp403q8cd1gm4yqr6kgi74r6nxhs3k219"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-language_sjs1_2.13/1.2.24/fundamentals-language_sjs1_2.13-1.2.24.jar",
"sha256": "0yca5hm54nykxc9yn3p6gp24w209790afc5wkm5lxpcgs8f41g0m"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-language_sjs1_2.13/1.2.24/fundamentals-language_sjs1_2.13-1.2.24.pom",
"sha256": "0bd10famxybk5nx8qiva0n402v3iyi533z437c7nq4dryk05pv6a"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-literals_2.13/1.2.24/fundamentals-literals_2.13-1.2.24.jar",
"sha256": "0kxrra93hfy0scb8xs2xd6i8b2jvx18n42535zjcldqvd9navjdk"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-literals_2.13/1.2.24/fundamentals-literals_2.13-1.2.24.pom",
"sha256": "0jx3c2y4askj3vgl1sj65rgnskfqy4kmy84kxzyqjkdikgdcvlrl"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-literals_sjs1_2.13/1.2.24/fundamentals-literals_sjs1_2.13-1.2.24.jar",
"sha256": "1xvw6aidzn9y42r3yjj01vg0jb7i8lzmflif9l41acf1x5y8jbc4"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-literals_sjs1_2.13/1.2.24/fundamentals-literals_sjs1_2.13-1.2.24.pom",
"sha256": "05kqnangdbajgdrwq7gnjj5g0knwknajmn49d9a1w2hnjp3grk4z"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-orphans_2.13/1.2.24/fundamentals-orphans_2.13-1.2.24.jar",
"sha256": "16hh01v362v3xnjhqm9azp17k273byaj6d4202appi87kblkjial"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-orphans_2.13/1.2.24/fundamentals-orphans_2.13-1.2.24.pom",
"sha256": "02lk6jrdnl56gsadi395b7vf3ncp5y463k0kxa898kdm1rnlr8hw"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-orphans_sjs1_2.13/1.2.24/fundamentals-orphans_sjs1_2.13-1.2.24.jar",
"sha256": "0w093yvra7ig5pg88l9ds93xyq6ca8xbj28s95x41byn187c5jhn"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-orphans_sjs1_2.13/1.2.24/fundamentals-orphans_sjs1_2.13-1.2.24.pom",
"sha256": "0849qchn4k7jvlmklpz8yx34hz829nw2szx9si6w6d8j45zasb9a"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-platform_2.13/1.2.24/fundamentals-platform_2.13-1.2.24.jar",
"sha256": "1iccy35hfk0cn93l3sn938flc05xshhjqq3gi0g77lsaqg9m66yk"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-platform_2.13/1.2.24/fundamentals-platform_2.13-1.2.24.pom",
"sha256": "17j8prybm0jw5cn79q38w7hzqmdrad40wzf2gpqaa6jk66a2yndk"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-platform_sjs1_2.13/1.2.24/fundamentals-platform_sjs1_2.13-1.2.24.jar",
"sha256": "0rq47w18jdyfrzc7xk4i0yaxdm8b2d8lvcird4pgnxpr2v3474kn"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/fundamentals-platform_sjs1_2.13/1.2.24/fundamentals-platform_sjs1_2.13-1.2.24.pom",
"sha256": "08zg09larz67w22l7y477lqv18f5xzs2w6794x3samfcyn1sz3qp"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/logstage-core_2.13/1.2.24/logstage-core_2.13-1.2.24.jar",
"sha256": "09i3001zd39wkr5vgjlb1gw823hmqw656hby74njzr4agx5djfh8"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/logstage-core_2.13/1.2.24/logstage-core_2.13-1.2.24.pom",
"sha256": "0yfabphrwiy3hm5v0c4hcm3pfn25gx2q4skg9mvpqkbrva6j45m2"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/logstage-rendering-circe_2.13/1.2.24/logstage-rendering-circe_2.13-1.2.24.jar",
"sha256": "0l9wf6vs9xfkx08aygrzmlvsfv24hi33qxa674bwxg5a90y50x6l"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/logstage-rendering-circe_2.13/1.2.24/logstage-rendering-circe_2.13-1.2.24.pom",
"sha256": "1442vkfd8fmzas7zyi97zwxjfgg3478g6v5dm0rzf31zyg0r1wj0"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbt-izumi_2.12_1.0/0.0.101/sbt-izumi_2.12_1.0-0.0.101.jar",
"sha256": "1l5g7jvnfv7dci90da22pdasaff5iijw9p8wj5i9336bnpdcxb88"
},
{
"url": "https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbt-izumi_2.12_1.0/0.0.101/sbt-izumi_2.12_1.0-0.0.101.pom",
"sha256": "1rsw9yipidk2sy904yniwfnw3rnd6q4ydcdygz2shy0x6lf4dgg4"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_2.13/0.14.1/circe-core_2.13-0.14.1.jar",
"sha256": "1pryhlab3x212mx5ibh87wsia6cpy3hnpcxwaw572ahcbgnns6cw"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_2.13/0.14.1/circe-core_2.13-0.14.1.pom",
"sha256": "1wdydzb78b1ir0ni4pplzm2zpyfbs3s5sd2bajqpvdxyi2xscpn3"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_2.13/0.14.14/circe-core_2.13-0.14.14.jar",
"sha256": "1alpiwp8pc8qr8wwnkxpissylnvvcmzc59bq3d2m5k9g3jl2czly"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_2.13/0.14.14/circe-core_2.13-0.14.14.pom",
"sha256": "14lgy5bdshss4snl6pr00jnz6s7j7837gmq0rahmapy9812jx1i9"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_sjs1_2.13/0.14.1/circe-core_sjs1_2.13-0.14.1.jar",
"sha256": "1f5wv6w66dxnxmpv3cn8mqx8z480qkv1h6q65qbm2iqn8jglqrgk"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-core_sjs1_2.13/0.14.1/circe-core_sjs1_2.13-0.14.1.pom",
"sha256": "0k8jimpywncsik0k0al1g505zqsxfvggvynzaj8dxwc7k25hsmw6"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-generic_2.13/0.14.1/circe-generic_2.13-0.14.1.jar",
"sha256": "1rp7mnq2ziwdpjq46f51qlhnjsd9bvy7yywhcmhjs2y78mpwjr56"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-generic_2.13/0.14.1/circe-generic_2.13-0.14.1.pom",
"sha256": "00sms7x5plw8jlzpp3j0b29wcy0abac1yl43fzkzl42cya7k9gmy"
},
{
"url": "https://repo1.maven.org/maven2/io/circe/circe-generic_sjs1_2.13/0.14.1/circe-generic_sjs1_2.13-0.14.1.jar",
"sha256": "1jha4mmm1mqnjf3m672nbvjw0csfhbxgrr5ply4qs8n1nhpybiy0"
},
{