Skip to content

Commit 27f636d

Browse files
committed
http4s needs sbt 1.2
1 parent f29cb13 commit 27f636d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/community.dbuild

+3
Original file line numberDiff line numberDiff line change
@@ -2418,6 +2418,9 @@ build += {
24182418
${vars.base} {
24192419
name: "http4s"
24202420
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}
24212424
extra.commands: ${vars.default-commands} [
24222425
// didn't compile (October 2018), it didn't seem worth investigating, probably a specs2 change
24232426
"set excludeFilter in (Test, unmanagedSources) in tests := HiddenFileFilter || \"UriSpec.scala\""

0 commit comments

Comments
 (0)