We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29cb13 commit 27f636dCopy full SHA for 27f636d
configs/community.dbuild
@@ -2418,6 +2418,9 @@ build += {
2418
${vars.base} {
2419
name: "http4s"
2420
uri: ${vars.uris.http4s-uri}
2421
+ // compilation failure on sbt 1.3.0-RC3; not investigated
2422
+ // Symbol 'type org.http4s.json4s.jackson.Json4sJacksonInstances' is missing from the classpath.
2423
+ extra.sbt-version: ${vars.sbt-1-2-version}
2424
extra.commands: ${vars.default-commands} [
2425
// didn't compile (October 2018), it didn't seem worth investigating, probably a specs2 change
2426
"set excludeFilter in (Test, unmanagedSources) in tests := HiddenFileFilter || \"UriSpec.scala\""
0 commit comments