Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Oct 20, 2024
1 parent 6ee5096 commit 9ad7461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A plugin for sbt that transforms `*.proto` files into gazillion-loc Java source
In your project, create a file for plugin library dependencies `project/plugins.sbt` and add the following line:

```scala
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1")
addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.8.1")
```

The dependency to `"com.google.protobuf" % "protobuf-java"` is automatically added to the `Compile` scope.
Expand Down

0 comments on commit 9ad7461

Please sign in to comment.