We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06a273 commit 46703f6Copy full SHA for 46703f6
src/main/scala/util/CheckIsLatestVersion.scala
@@ -12,7 +12,7 @@ object CheckIsLatestVersion {
12
13
case class Release(tag_name: String)
14
15
- val Url = "https://api.github.com/repos/felixgborrego/docker-ui-chrome-app/releases/latest"
+ val Url = "https://api.github.com/repos/felixgborrego/simple-docker-ui/releases/latest"
16
17
def latestVersion(): Future[String] = {
18
Ajax.get(Url, timeout = 5000).map { xhr =>
0 commit comments