Skip to content

Commit fb1b290

Browse files
Add upickle to the community build
1 parent 16a45c4 commit fb1b290

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Submodule upickle updated 71 files

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ object projects:
125125
lazy val ujson = MillCommunityProject(
126126
project = "upickle",
127127
baseCommand = s"ujson.jvm[$compilerVersion]",
128+
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck, geny)
129+
)
130+
131+
lazy val upickle = MillCommunityProject(
132+
project = "upickle",
133+
baseCommand = s"upickle.jvm[$compilerVersion]",
128134
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
129135
)
130136

@@ -372,6 +378,7 @@ class CommunityBuildTest:
372378
@Test def sourcecode = projects.sourcecode.run()
373379
@Test def oslib = projects.oslib.run()
374380
@Test def ujson = projects.ujson.run()
381+
@Test def upickle = projects.upickle.run()
375382
// @Test def oslibWatch = projects.oslibWatch.run()
376383
@Test def geny = projects.geny.run()
377384
@Test def stdLib213 = projects.stdLib213.run()

0 commit comments

Comments
 (0)