File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -262,12 +262,11 @@ lazy val argonaut62 =
262
262
.settings(
263
263
name := " scalapact-argonaut-6-2" ,
264
264
libraryDependencies ++= Seq (
265
- " io.argonaut" %% " argonaut" % " 6.2.3 "
265
+ " io.argonaut" %% " argonaut" % " 6.2.5 "
266
266
)
267
267
)
268
268
.dependsOn(shared)
269
269
.dependsOn(testShared % " test->compile" )
270
- .settings(scala212OnlySettings)
271
270
272
271
lazy val circe08 =
273
272
(project in file(" scalapact-circe-0-8" ))
@@ -447,7 +446,7 @@ lazy val testsWithDeps =
447
446
" org.json4s" %% " json4s-native" % " 3.6.9" % " test" ,
448
447
" com.github.tomakehurst" % " wiremock" % " 1.56" % " test" ,
449
448
" fr.hmil" %% " roshttp" % " 2.1.0" % " test" ,
450
- " io.argonaut" %% " argonaut" % " 6.2.3 "
449
+ " io.argonaut" %% " argonaut" % " 6.2.5 "
451
450
),
452
451
skip in publish := true
453
452
)
You can’t perform that action at this time.
0 commit comments