We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef19af4 commit 67f7f3fCopy full SHA for 67f7f3f
README.md
@@ -498,6 +498,8 @@ To use the (experimental!) self-optimized compiler plugin / macros:
498
addCompilerPlugin("com.nativelibs4java" %% "scalaxy-streams-experimental-self-optimized" % "0.4-SNAPSHOT")
499
500
scalacOptions += "-Xplugin-require:scalaxy-streams"
501
+
502
+ resolvers += Resolver.sonatypeRepo("snapshots")
503
```
504
505
Your feedback is precious: did you run into issues with the self-optimized plugin? Do you find it any faster?
0 commit comments