Skip to content

Commit

Permalink
[SPARK-34428][BUILD] Update sbt version to 1.4.7
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to update the sbt version to 1.4.7.

### Why are the changes needed?
This will bring the latest bug fixes and improvements.

- https://github.com/sbt/sbt/releases/tag/v1.4.7

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass the CIs.

Closes #31555 from williamhyun/sbt147.

Authored-by: William Hyun <williamhyun3@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
williamhyun authored and dongjoon-hyun committed Feb 13, 2021
1 parent 9a566f8 commit f2e1468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
sbt.version=1.4.6
sbt.version=1.4.7

0 comments on commit f2e1468

Please sign in to comment.