Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatibility between circe and Scala 2.11 #95

Closed
dilyand opened this issue Nov 6, 2019 · 1 comment
Closed

Fix incompatibility between circe and Scala 2.11 #95

dilyand opened this issue Nov 6, 2019 · 1 comment
Assignees

Comments

@dilyand
Copy link
Contributor

dilyand commented Nov 6, 2019

When Travis tries to build against Scala 2.11.8, it fails with the following error:

[error] /home/travis/build/snowplow/snowplow-scala-analytics-sdk/src/main/scala/com.snowplowanalytics.snowplow.analytics.scalasdk/decode/package.scala:29:37: value map is not a member of io.circe.Decoder.Result[String]
[error]       Decoder.instance(_.as[String].map(Symbol(_)))
@dilyand dilyand self-assigned this Nov 6, 2019
@dilyand dilyand added this to the Version 1.0.0 milestone Nov 6, 2019
@dilyand dilyand changed the title Fix incompatibility between cats-effect and Scala 2.11 Fix incompatibility between circe and Scala 2.11 Nov 6, 2019
@dilyand dilyand removed this from the Version 1.0.0 milestone Nov 6, 2019
@dilyand
Copy link
Contributor Author

dilyand commented Nov 6, 2019

Not a change since 0.4.2, so removed from milestone and changelog. Part of #75

@dilyand dilyand closed this as completed Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant