Skip to content

Cats Effect 3.x initial implementation#1128

Open
cmcmteixeira wants to merge 7 commits into
kamon-io:masterfrom
cmcmteixeira:master
Open

Cats Effect 3.x initial implementation#1128
cmcmteixeira wants to merge 7 commits into
kamon-io:masterfrom
cmcmteixeira:master

Conversation

@cmcmteixeira

Copy link
Copy Markdown

Details can be found here

@ivantopo

ivantopo commented Mar 1, 2022

Copy link
Copy Markdown
Contributor

@cmcmteixeira please take a look at this issue when trying to compile for Scala 2.11

@dpsoft

dpsoft commented Mar 1, 2022

Copy link
Copy Markdown
Contributor

There is not support for scala 2.11. All current Cats Effect releases are published for Scala 2.12, 2.13, 3.0

Comment thread build.sbt
{
if(scalaBinaryVersion.value == "2.11")
"org.typelevel" %% "cats-effect" % "2.0.0" % "provided"
"org.typelevel" %% "cats-effect" % "3.3.5" % "provided"

@hughsimpson hughsimpson Mar 14, 2022

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might be saner to split this into kamon-cats-effect2/kamon-cats-effect-3 ? I'm picturing people on cats effect 2 bumping kamon and suddenly their instrumentation breaks

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably the best way to go indeed.. Just gotta make it work first 😉

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

Successfully merging this pull request may close these issues.

4 participants