Skip to content

Commit ce00876

Browse files
committed
Add scodec-bits to community build
1 parent 60256f5 commit ce00876

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@
7777
[submodule "community-build/community-projects/scodec"]
7878
path = community-build/community-projects/scodec
7979
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
Submodule scodec-bits added at ca0a6ff

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,13 @@ object projects:
281281
sbtUpdateCommand = "munitJVM/update",
282282
)
283283

284+
lazy val scodecBits = SbtCommunityProject(
285+
project = "scodec-bits",
286+
sbtTestCommand = "coreJVM/test",
287+
sbtUpdateCommand = "coreJVM/update",
288+
sbtPublishCommand = "coreJVM/publishLocal",
289+
)
290+
284291
lazy val scodec = SbtCommunityProject(
285292
project = "scodec",
286293
sbtTestCommand = "unitTests/test",

0 commit comments

Comments
 (0)