Skip to content

Commit 281d2fc

Browse files
committed
changed installation note
1 parent 5026ef4 commit 281d2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Using typedid withing your case classes has a great adavantage when you provide
2929

3030
## Installation
3131

32-
Add the following to `project/plugins.sbt`:
32+
Add the following to `build.sbt`:
3333

3434
resolvers += "Tegonal releases" at "https://github.com/tegonal/tegonal-mvn/raw/master/releases/"
3535

36-
addSbtPlugin("com.tegonal" % "play-json-typedid" % "1.0.0")
36+
libraryDependencies += "com.tegonal" %% "play-json-typedid" % "1.0.0"
3737

3838
## Usage
3939

0 commit comments

Comments
 (0)