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 2eba380 commit 8cb1926Copy full SHA for 8cb1926
README.md
@@ -15,8 +15,9 @@ Usage
15
16
Add the library as "provided", because it's only needed during compilation and not at runtime:
17
18
- libraryDependencies += "com.github.dwickern" %% "scala-nameof" % "2.0.0" % "provided"
19
-
+```sbt
+libraryDependencies += "com.github.dwickern" %% "scala-nameof" % "3.0.0" % "provided"
20
+```
21
22
Now you can use `nameOf` to get the name of a variable or class member:
23
```scala
0 commit comments