From edab36306b59872ecc6f9c7417b9283c56725901 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:29:02 +0100 Subject: [PATCH 1/9] Update scala3-library to 3.3.3 (#475) --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7882df255..fc15064df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - scala: '2.13' scala-version: 2.13.13 - scala: '3' - scala-version: 3.3.1 + scala-version: 3.3.3 steps: - name: Checkout repository diff --git a/build.sbt b/build.sbt index 509dbcaca..6bc9d7ed7 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq( From eef735487beb9ea9e402dbe668141f85b8428267 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:36:41 +0100 Subject: [PATCH 2/9] Update scala3-library to 3.4.1 (#476) --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc15064df..0d49136bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - scala: '2.13' scala-version: 2.13.13 - scala: '3' - scala-version: 3.3.3 + scala-version: 3.4.1 steps: - name: Checkout repository diff --git a/build.sbt b/build.sbt index 6bc9d7ed7..fab0ac9c5 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq( From 546798fd7ab6011591ac63eaaf9f7c1a6129b93f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:33:48 +0200 Subject: [PATCH 3/9] Update scalafmt-core to 3.8.1 (#477) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2ffee65fc..9357ea060 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.1 runner.dialect = scala3 align.preset = none From 9d1f755ed3dc092c821510e4ae1fe15dcebd3ef1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:10:00 +0200 Subject: [PATCH 4/9] Update htmlunit to 4.0.0 (#478) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fab0ac9c5..704bcd720 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = project name := "scala-scraper", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", - "org.htmlunit" % "htmlunit" % "3.11.0", + "org.htmlunit" % "htmlunit" % "4.0.0", "org.jsoup" % "jsoup" % "1.17.2", "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13, From 27dadf705d52a97ceafc3bb9b9483dfdedf6b769 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:28:35 +0200 Subject: [PATCH 5/9] Update slf4j-nop to 2.0.13 (#479) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 704bcd720..976560712 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13, "com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13, - "org.slf4j" % "slf4j-nop" % "2.0.12" % "test", + "org.slf4j" % "slf4j-nop" % "2.0.13" % "test", "org.specs2" %% "specs2-core" % "4.20.5" % "test" ), mdocOut := file(".") From 1f4aa26ce420c196e0c41a487e9bc4ebd5bac6d1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 02:41:36 +0200 Subject: [PATCH 6/9] Update sbt-scoverage to 2.0.12 (#482) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d5e1444f..179fed8f3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") From e38ed2f62bf7167264972e0616f357e8576dee2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 02:42:07 +0200 Subject: [PATCH 7/9] Update htmlunit to 4.1.0 (#480) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 976560712..077120843 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = project name := "scala-scraper", libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.32.0", - "org.htmlunit" % "htmlunit" % "4.0.0", + "org.htmlunit" % "htmlunit" % "4.1.0", "org.jsoup" % "jsoup" % "1.17.2", "org.scalaz" %% "scalaz-core" % "7.3.8", "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13, From 8c490ae5800cba7b0ea2503931efdcc57d7941a1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 May 2024 00:26:41 +0200 Subject: [PATCH 8/9] Update scala-library to 2.13.14 (#481) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update scala-library to 2.13.14 * Update sbt-scoverage --------- Co-authored-by: Rui Gonçalves --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d49136bf..3878f94ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - scala: '2.12' scala-version: 2.12.19 - scala: '2.13' - scala-version: 2.13.13 + scala-version: 2.13.14 - scala: '3' scala-version: 3.4.1 diff --git a/build.sbt b/build.sbt index 077120843..a2e41322b 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ ThisBuild / organization := "net.ruippeixotog" ThisBuild / scalaVersion := "2.12.19" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1") // taken from https://github.com/scala/bug/issues/12632 ThisBuild / libraryDependencySchemes ++= Seq( From 9387d7ac58b4ba2d8f8aeb33a46ae64c7f00777c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 May 2024 00:31:00 +0200 Subject: [PATCH 9/9] Update sbt to 1.10.0 (#483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rui Gonçalves --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b14a..081fdbbc7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0