-
Notifications
You must be signed in to change notification settings - Fork 328
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
Cats Effect 3.x initial implementation #1128
base: master
Are you sure you want to change the base?
Conversation
@cmcmteixeira please take a look at this issue when trying to compile for Scala 2.11 |
There is not support for scala 2.11. |
@@ -242,9 +242,9 @@ lazy val `kamon-cats-io` = (project in file("instrumentation/kamon-cats-io")) | |||
kanelaAgent % "provided", | |||
{ | |||
if(scalaBinaryVersion.value == "2.11") | |||
"org.typelevel" %% "cats-effect" % "2.0.0" % "provided" | |||
"org.typelevel" %% "cats-effect" % "3.3.5" % "provided" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 😉
Details can be found here