From 6860d21f5336d3ebaebae738b115adc7e71dc979 Mon Sep 17 00:00:00 2001 From: Nihal Mirpuri Date: Sun, 29 Oct 2023 13:20:37 +0000 Subject: [PATCH] update readme and remove build.sbt version --- README.md | 5 +++++ build.sbt | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebfeb21..40863d2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ docker run \ nylonee/watchlistarr ``` +Docker tag options: + * `latest` - Stable version, follows the Releases + * `beta` - Beta version, follows the main branch + * `alpha` - Experimental version, follows the latest successful PR build + | Key | Example Value | Optional | Description | |--------------------------|----------------------------------|----------|--------------------------------------------------------------------------| | REFRESH_INTERVAL_SECONDS | 60 | Yes | Number of seconds to wait in between checking the watchlist | diff --git a/build.sbt b/build.sbt index 298b462..9db62dd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,3 @@ - -ThisBuild / version := "0.0.3-SNAPSHOT" - ThisBuild / scalaVersion := "2.13.12" lazy val root = (project in file("."))