Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet authored May 14, 2021
1 parent 3aafd84 commit df577c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# April 12, 2021: Please update to sbt-protoc 1.0.3. Older artifacts published to bintray are [currently not accessible](https://status.bintray.com/)

ScalaPB
=======

Expand Down Expand Up @@ -64,9 +62,9 @@ To automatically generate Scala case classes for your messages add ScalaPB's
sbt plugin to your project. Create a file named `project/protoc.sbt`
containing the following line:

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.2")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.10"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.3"

Add the following line to your `build.sbt`:

Expand Down

0 comments on commit df577c0

Please sign in to comment.