We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f6463 commit 3b51655Copy full SHA for 3b51655
README.md
@@ -10,7 +10,7 @@ Add the resolver and compiler plugin dependency to your `build.sbt`:
10
11
```scala
12
resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main"
13
-addCompilerPlugin("bondlink" %% "disable-to-string-plugin" % "0.1.1")
+addCompilerPlugin("bondlink" %% "disable-to-string-plugin" % "0.2.0")
14
```
15
16
## Configure
0 commit comments