checkForUpdates

fun checkForUpdates(repo: String, consumer: (String) -> Unit)

Checks for updates for the plugin on GitHub.

Parameters

repo

The GitHub repository in the format "owner/repo".

consumer

A function that consumes the latest version string.