From 16b4e3cfaf29e6fff2c4d6c3f42911d09a282e6e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 16:55:27 +0000 Subject: [PATCH 1/7] Update scala3-library to 3.4.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 061c959..f52b7be 100644 --- a/build.sbt +++ b/build.sbt @@ -12,10 +12,10 @@ scmInfo := Some(ScmInfo(url("https://github.com/inoio/solrs"), "git@github.com:i licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) -scalaVersion := "3.3.3" +scalaVersion := "3.4.1" // Remember: also update scala versions in .travis.yml! -crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3") +crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") scalacOptions ++= Seq( "-unchecked", From ceefed2ba74cf515998717ad92d1ee6629879532 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 14:43:18 +0000 Subject: [PATCH 2/7] Update sbt-site-paradox to 1.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08de5cb..e1757d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( ) addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") +addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version) addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") From e96c6f956af58861bb02e9c16b3addd4ddffcd95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 14:43:25 +0000 Subject: [PATCH 3/7] Update paradox-theme-generic, sbt-paradox to 0.10.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08de5cb..621d237 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version) -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") // addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.4.0") addDependencyTreePlugin From c69b41a257859226f39a577ae851c1bc4d59c555 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Apr 2024 13:47:05 +0000 Subject: [PATCH 4/7] Update slf4j-api, slf4j-simple to 2.0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 061c959..7b54774 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ resolvers ++= Seq( ) val solrVersion = "9.4.1" -val slf4jVersion = "2.0.12" +val slf4jVersion = "2.0.13" libraryDependencies ++= Seq( "org.apache.solr" % "solr-solrj" % solrVersion, From 3a0c7369f1ec181d71a7a44f1730669c009dd436 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 15:33:44 +0000 Subject: [PATCH 5/7] Update scala-xml to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 061c959..4086e01 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ val slf4jVersion = "2.0.12" libraryDependencies ++= Seq( "org.apache.solr" % "solr-solrj" % solrVersion, "org.asynchttpclient" % "async-http-client" % "2.12.3", - "org.scala-lang.modules" %% "scala-xml" % "2.2.0", + "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "org.scala-lang.modules" %% "scala-java8-compat"% "1.0.2", "io.dropwizard.metrics" % "metrics-core" % "4.2.25" % "optional", "org.slf4j" % "slf4j-api" % slf4jVersion, From 039ce6bb68a8d4b4b0a23e0a76164d175f874610 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 20:07:13 +0000 Subject: [PATCH 6/7] Update util-core to 24.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 061c959..409dc55 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ libraryDependencies ++= Seq( "org.hamcrest" % "hamcrest-library" % "2.2" % "test", "dev.zio" %% "izumi-reflect" % "2.3.8" % Test, "org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")), - "com.twitter" %% "util-core" % "23.11.0" % "optional" + "com.twitter" %% "util-core" % "24.2.0" % "optional" ) excludeDependencies ++= ( From 8bf189b2261795ee0139ab02b71a90a691e9d0fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 20:07:31 +0000 Subject: [PATCH 7/7] Update sbt, sbt-dependency-tree to 1.10.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0