Skip to content

Commit 0a65a8d

Browse files
author
jbwheatley
authored
cross-compile argonaut and bump to 6.2.5 (#179)
1 parent 318b73c commit 0a65a8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,11 @@ lazy val argonaut62 =
262262
.settings(
263263
name := "scalapact-argonaut-6-2",
264264
libraryDependencies ++= Seq(
265-
"io.argonaut" %% "argonaut" % "6.2.3"
265+
"io.argonaut" %% "argonaut" % "6.2.5"
266266
)
267267
)
268268
.dependsOn(shared)
269269
.dependsOn(testShared % "test->compile")
270-
.settings(scala212OnlySettings)
271270

272271
lazy val circe08 =
273272
(project in file("scalapact-circe-0-8"))
@@ -447,7 +446,7 @@ lazy val testsWithDeps =
447446
"org.json4s" %% "json4s-native" % "3.6.9" % "test",
448447
"com.github.tomakehurst" % "wiremock" % "1.56" % "test",
449448
"fr.hmil" %% "roshttp" % "2.1.0" % "test",
450-
"io.argonaut" %% "argonaut" % "6.2.3"
449+
"io.argonaut" %% "argonaut" % "6.2.5"
451450
),
452451
skip in publish := true
453452
)

0 commit comments

Comments
 (0)