Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Release v1.0.5 with Thrift 0.10 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankleyn committed Mar 17, 2017
1 parent 850edd2 commit afa58e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Thrift plugin for sbt
# Thrift plugin for sbt

# Instructions for use:
This is an SBT autoplugin so all you have to do is add the following to your `project/plugins.sbt`:
```
addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.0.4")
addSbtPlugin("com.intenthq.sbt" % "sbt-thrift-plugin" % "1.0.5")
```

## Settings
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "com.intenthq.sbt"

name := "sbt-thrift-plugin"

version := "1.0.4"
version := "1.0.5"

scalaVersion := "2.10.5"

Expand Down

0 comments on commit afa58e2

Please sign in to comment.