Skip to content

Commit 682e505

Browse files
authored
Bump Upickle version to 0.4.4 and add to 2.12 build (#82)
1 parent ef34793 commit 682e505

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

build.sbt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val scalaTestVersion = "3.0.0"
1313
// Library versions
1414
lazy val reactiveMongoVersion = "0.12.0"
1515
lazy val circeVersion = "0.6.0"
16-
lazy val uPickleVersion = "0.4.3"
16+
lazy val uPickleVersion = "0.4.4"
1717
lazy val argonautVersion = "6.1"
1818
def 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

6672
lazy val core = crossProject

0 commit comments

Comments
 (0)