Skip to content

Commit d00a839

Browse files
Merge pull request #9245 from dotty-staging/upickle-cb
Add upickle to the community build
2 parents 2917bbb + 385aac0 commit d00a839

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Submodule upickle updated 71 files

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

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

131137
lazy val geny = MillCommunityProject(
@@ -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)