File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77
77
[submodule "community-build/community-projects/scodec "]
78
78
path = community-build/community-projects/scodec
79
79
url = https://github.com/scodec/scodec.git
80
+ [submodule "community-build/community-projects/scodec-bits "]
81
+ path = community-build/community-projects/scodec-bits
82
+ url = https://github.com/scodec/scodec-bits.git
Original file line number Diff line number Diff line change @@ -281,6 +281,13 @@ object projects:
281
281
sbtUpdateCommand = " munitJVM/update" ,
282
282
)
283
283
284
+ lazy val scodecBits = SbtCommunityProject (
285
+ project = " scodec-bits" ,
286
+ sbtTestCommand = " coreJVM/test" ,
287
+ sbtUpdateCommand = " coreJVM/update" ,
288
+ sbtPublishCommand = " coreJVM/publishLocal" ,
289
+ )
290
+
284
291
lazy val scodec = SbtCommunityProject (
285
292
project = " scodec" ,
286
293
sbtTestCommand = " unitTests/test" ,
You can’t perform that action at this time.
0 commit comments