Skip to content

Commit 01137b3

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

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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
@@ -128,6 +128,12 @@ object projects:
128128
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
129129
)
130130

131+
lazy val upickle = MillCommunityProject(
132+
project = "upickle",
133+
baseCommand = s"upickle.jvm[$compilerVersion]",
134+
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
135+
)
136+
131137
lazy val geny = MillCommunityProject(
132138
project = "geny",
133139
baseCommand = s"geny.jvm[$compilerVersion]",
@@ -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)