We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5026ef4 commit 281d2fcCopy full SHA for 281d2fc
README.md
@@ -29,11 +29,11 @@ Using typedid withing your case classes has a great adavantage when you provide
29
30
## Installation
31
32
-Add the following to `project/plugins.sbt`:
+Add the following to `build.sbt`:
33
34
resolvers += "Tegonal releases" at "https://github.com/tegonal/tegonal-mvn/raw/master/releases/"
35
36
- addSbtPlugin("com.tegonal" % "play-json-typedid" % "1.0.0")
+ libraryDependencies += "com.tegonal" %% "play-json-typedid" % "1.0.0"
37
38
## Usage
39
0 commit comments