Skip to content

Commit 262edc1

Browse files
author
Jakob Odersky
committed
Upgrade Haoyi's stack to newer versions
This now sets all projects to publish under the version "cb-SNAPSHOT", thereby simplifying the update process wrt to other projects in the community build.
1 parent 4af1386 commit 262edc1

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed
Submodule upickle updated 101 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@ object projects:
188188
dependencies = List(geny, utest)
189189
)
190190

191+
lazy val upickleImplicits = MillCommunityProject(
192+
project = "upickle",
193+
baseCommand = s"implicits.jvm[$compilerVersion]",
194+
dependencies = List(upickleCore, ujson)
195+
)
196+
197+
lazy val upack = MillCommunityProject(
198+
project = "upickle",
199+
baseCommand = s"upack.jvm[$compilerVersion]",
200+
dependencies = List(ujson, upickleCore)
201+
)
202+
191203
lazy val geny = MillCommunityProject(
192204
project = "geny",
193205
baseCommand = s"geny.jvm[$compilerVersion]",
@@ -631,6 +643,8 @@ def allProjects = List(
631643
projects.ujson,
632644
projects.upickle,
633645
projects.upickleCore,
646+
projects.upickleImplicits,
647+
projects.upack,
634648
projects.geny,
635649
projects.fansi,
636650
projects.pprint,

0 commit comments

Comments
 (0)