2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +00:00

Remove sbt-plugin from dependencies that need updating

This commit is contained in:
Joshua Edwards
2022-10-07 16:40:22 -04:00
parent bfd369e9c0
commit a8dde474a6

View File

@@ -217,18 +217,6 @@ to version 1.0.6:
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
```
Also update the sbt-plugin for the Play framework from version 2.7.4:
```shell
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4")
```
to version 2.8.16:
```shell
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.16")
```
### Starting the API Server
Before starting the API service, you can start the dependencies for local development: