File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ compare performance of jsoniter-scala with: [circe](https://github.com/circe/cir
33
33
[ smithy4s-json] ( https://github.com/disneystreaming/smithy4s/tree/main/modules/json ) ,
34
34
[ uPickle] ( https://github.com/lihaoyi/upickle ) , [ zio-json] ( https://github.com/zio/zio-json )
35
35
compiled by Scala.js 1.17.0 to ES 2015 with GCC v20220202 optimizations applied on
36
- Intel® Core™ i7-11800H CPU @ 2.3GHz (max 4.6GHz), RAM 64Gb DDR4-3200, Ubuntu 23.10 (Linux 6.6 ).
36
+ Intel® Core™ i7-11800H CPU @ 2.3GHz (max 4.6GHz), RAM 64Gb DDR4-3200, Ubuntu 23.10 (Linux 6.8 ).
37
37
38
38
## Contents
39
39
@@ -822,6 +822,8 @@ compilation time of jsoniter-scala for Scala 3 enumerations (sum types) with cir
822
822
823
823
### Publish locally
824
824
825
+ Use publishing of SNAPSHOT versions to your local artifact repositories for testing with other libraries or applications.
826
+
825
827
Publish to the local Ivy repo:
826
828
``` sh
827
829
sbt clean +publishLocal
You can’t perform that action at this time.
0 commit comments