From dcd04975c65102a42d6f16c10316e78a2615cb47 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:36:17 +0200 Subject: [PATCH 01/23] Update scalafmt-core to 3.7.9 (#120) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7bf596a..617ba8d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.8 +version = 3.7.9 runner.dialect = scala213source3 style = defaultWithAlign From 969c948287340d3561e39d687609206da14abb7b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:28:59 +0200 Subject: [PATCH 02/23] Update scalafmt-core to 3.7.10 (#121) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 617ba8d..358065c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.9 +version = 3.7.10 runner.dialect = scala213source3 style = defaultWithAlign From 40ad38982aa498c0eb589e60ae430744988ca0e1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:44:14 +0200 Subject: [PATCH 03/23] Update sbt to 1.9.3 (#122) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 875b706..52413ab 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.2 +sbt.version=1.9.3 From 46615acb0476a82f05887ca5a411ae0b3f4eb88c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:26:33 +0200 Subject: [PATCH 04/23] Update sbt-tpolecat to 0.5.0 (#123) --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 74567c4..3b0f130 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") // for reading npmDependencies from package.json libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.2") From a6f60f666a9a8a6ee15a7cd34bcbf3fb305fa21a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:29:54 +0200 Subject: [PATCH 05/23] Update scalafmt-core to 3.7.11 (#124) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 358065c..7dae5a4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.10 +version = 3.7.11 runner.dialect = scala213source3 style = defaultWithAlign From 51d2947f0a94d367bfb5c6daa908e8b250900319 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:33:05 +0200 Subject: [PATCH 06/23] Update scalafmt-core to 3.7.12 (#125) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7dae5a4..eebb8c1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.11 +version = 3.7.12 runner.dialect = scala213source3 style = defaultWithAlign From 4e405fa7dbee801d782520e349ce8abb157ce9ed Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 26 Aug 2023 03:03:47 +0200 Subject: [PATCH 07/23] Update sbt to 1.9.4 (#126) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 52413ab..3040987 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.3 +sbt.version=1.9.4 From f9e51fd2928137e82df892e73c47fbbc962365b4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:51:20 +0200 Subject: [PATCH 08/23] Update sbt-scalafmt to 2.5.2 (#127) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b0f130..ac70ca4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") // for reading npmDependencies from package.json From 4f193137c0ada14cc3e4d75a1fbe7ee32627abbf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:54:16 +0200 Subject: [PATCH 09/23] Update scalafmt-core to 3.7.14 (#128) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index eebb8c1..b91379a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.12 +version = 3.7.14 runner.dialect = scala213source3 style = defaultWithAlign From 5230b3a238298d615cadbbda38af92f4d19733d7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Sep 2023 02:44:06 +0200 Subject: [PATCH 10/23] Update scalatest to 3.2.17 (#129) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd2abca..f734063 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.11" val versions = new { val outwatch = "1.0.0-RC15" - val scalaTest = "3.2.16" + val scalaTest = "3.2.17" } // do not warn about unused setting key. TODO: why is this needed? scala-js-bundler bug? sbt says this setting is unused, but it is used. From fd133cf97ddc455d1b50148e6e200ddec0d1c644 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 14 Sep 2023 00:40:41 +0200 Subject: [PATCH 11/23] Update scala-library to 2.13.12 (#130) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f734063..38bb0af 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we name := "OutwatchExample" ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.11" +ThisBuild / scalaVersion := "2.13.12" val versions = new { val outwatch = "1.0.0-RC15" From df602b044e6e189c78f1e49216643bfe0467925e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:40:57 +0200 Subject: [PATCH 12/23] Update sbt to 1.9.6 (#132) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 3040987..2743082 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.6 From 350717ac85f31c884aa2a0144e3619af6a9a6ca4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:44:06 +0200 Subject: [PATCH 13/23] Update upickle to 3.1.3 (#131) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ac70ca4..bd2ae69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.2") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.3") From 9f31640a662090ad438ea786860475e0dc7517f5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:27:16 +0200 Subject: [PATCH 14/23] Update outwatch to 1.0.0-RC17 (#133) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38bb0af..04cd283 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.12" val versions = new { - val outwatch = "1.0.0-RC15" + val outwatch = "1.0.0-RC17" val scalaTest = "3.2.17" } From 6465af52b5b2db1b29a07301f3ca8a0387472beb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:30:44 +0200 Subject: [PATCH 15/23] Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 (#134) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd2ae69..a6e30c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 14579c3185f07dca0253b5e5c9fae96511ebde2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:19:12 +0200 Subject: [PATCH 16/23] Update scalafmt-core to 3.7.15 (#136) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b91379a..68a5a9a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.15 runner.dialect = scala213source3 style = defaultWithAlign From 99f93fdc64873d09e5c5a704aa1d7d8f0b221600 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:21:46 +0200 Subject: [PATCH 17/23] Update sbt to 1.9.7 (#135) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 2743082..e8a1e24 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.6 +sbt.version=1.9.7 From f56249a50c7e9d4c0689c66caf3931e271306e34 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:01:06 +0100 Subject: [PATCH 18/23] Update outwatch to 1.0.0-RC18 (#138) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04cd283..b740f1a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.12" val versions = new { - val outwatch = "1.0.0-RC17" + val outwatch = "1.0.0-RC18" val scalaTest = "3.2.17" } From c2c127d0d827e38efa7926bc084780f8b29c5bd2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:17:45 +0100 Subject: [PATCH 19/23] Update scalafmt-core to 3.7.17 (#139) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 68a5a9a..3e824a2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.15 +version = 3.7.17 runner.dialect = scala213source3 style = defaultWithAlign From e7b6bee4ee541804e5a60044b7112b7a1fb01bd8 Mon Sep 17 00:00:00 2001 From: Felix Dietze Date: Mon, 1 Jan 2024 14:42:32 +1100 Subject: [PATCH 20/23] Outwatch 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b740f1a..a3d1b86 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.12" val versions = new { - val outwatch = "1.0.0-RC18" + val outwatch = "1.0.0" val scalaTest = "3.2.17" } From e23ab41a2cdbe71a409e0de9f2d4aaf34bc16cea Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:08:13 +0100 Subject: [PATCH 21/23] Update upickle to 3.1.4 (#141) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a6e30c0..c10ce78 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.3") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.4") From 4564e022cbac27b87efabc8eb11f84e2d99b16b4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:10:28 +0100 Subject: [PATCH 22/23] Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 (#142) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c10ce78..af6181f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 69026d3f209a8abb5f9dd7c11908f9818bc24f91 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:12:26 +0100 Subject: [PATCH 23/23] Update sbt to 1.9.8 (#143) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8