File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val scalaTestVersion = "3.0.0"
1313// Library versions
1414lazy val reactiveMongoVersion = " 0.12.0"
1515lazy val circeVersion = " 0.6.0"
16- lazy val uPickleVersion = " 0.4.3 "
16+ lazy val uPickleVersion = " 0.4.4 "
1717lazy val argonautVersion = " 6.1"
1818def thePlayVersion (scalaVersion : String ) =
1919 CrossVersion .partialVersion(scalaVersion) match {
@@ -60,7 +60,13 @@ lazy val scala_2_12 = Project(id = "scala_2_12",
6060 // Do not publish this project (it just serves as an aggregate)
6161 publishArtifact := false ,
6262 publishLocal := {})
63- .aggregate(baseProjectRefs ++ Seq (enumeratumCirceJs, enumeratumCirceJvm).map(
63+ .aggregate(baseProjectRefs ++
64+ Seq (
65+ enumeratumCirceJs,
66+ enumeratumCirceJvm,
67+ enumeratumUPickleJs,
68+ enumeratumUPickleJvm
69+ ).map(
6470 Project .projectToRef): _* ) // base plus known 2.12 friendly libs
6571
6672lazy val core = crossProject
You can’t perform that action at this time.
0 commit comments