Skip to content

Commit 8cb1926

Browse files
committed
update version in readme
1 parent 2eba380 commit 8cb1926

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Usage
1515

1616
Add the library as "provided", because it's only needed during compilation and not at runtime:
1717

18-
libraryDependencies += "com.github.dwickern" %% "scala-nameof" % "2.0.0" % "provided"
19-
18+
```sbt
19+
libraryDependencies += "com.github.dwickern" %% "scala-nameof" % "3.0.0" % "provided"
20+
```
2021

2122
Now you can use `nameOf` to get the name of a variable or class member:
2223
```scala

0 commit comments

Comments
 (0)