Koen Daenen

Results 4 issues of Koen Daenen

`libraryDependencies += "dev.zio" %% "zio-interop-reactive-streams" % "2.0.0"` should be `libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.0"` see https://mvnrepository.com/artifact/dev.zio/zio-interop-reactivestreams

I created two projects, each with a different scalaVersion. In eclipse, both are seen as 2.10.6, which gives problems when adding dependencies. #### build.sbt ~~~scala lazy val xproject = project....

Any plan to support Scala 3?

No artifacts have been published yet in https://repo1.maven.org/maven2/dev/scalapy/scalapy-core_native0.5_3/ I tried using ``` libraryDependencies += "dev.scalapy" %%% "scalapy-core" % "0.5.3" ``` in a project with ``` scalaVersion := "3.4.1" ``` and...