From ccf623979b8bd480e4ea33a84e572710c74b5470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Chantepie?= Date: Sat, 5 Oct 2024 13:16:18 +0200 Subject: [PATCH 1/5] Close #505 - Update sbt to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From 3c62c75dbea02a0d84a30bfda0e5d3e407f069bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Chantepie?= Date: Sat, 5 Oct 2024 13:17:11 +0200 Subject: [PATCH 2/5] Close #507 - Update common-io to 2.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ab2ca3..110106f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,4 +22,4 @@ addSbtPlugin("cchantep" % "sbt-hl-compiler" % "0.8") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") // For the the highlight extractor -libraryDependencies ++= Seq("commons-io" % "commons-io" % "2.16.1") +libraryDependencies ++= Seq("commons-io" % "commons-io" % "2.17.0") From 90dee987eb11ee3ed8f2b1b3ba34376c974ce1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Chantepie?= Date: Sat, 5 Oct 2024 13:17:53 +0200 Subject: [PATCH 3/5] Close #511 - Update sbt-scalafix to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 110106f..a92a257 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") From 44b9b8f5c4e4199816877112f8ca0d86f28827fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Chantepie?= Date: Sat, 5 Oct 2024 13:22:41 +0200 Subject: [PATCH 4/5] Close #512 - Update google-auth-library-oauth2-http to 1.28.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4db2d3b..0861246 100644 --- a/build.sbt +++ b/build.sbt @@ -139,7 +139,7 @@ lazy val google = project libraryDependencies ++= Dependencies.playAhcWS.value ++ Seq( "com.typesafe.play" %% "play-json" % Dependencies.Version.playJson.value, Dependencies.playWSJson.value, - "com.google.auth" % "google-auth-library-oauth2-http" % "1.24.1", + "com.google.auth" % "google-auth-library-oauth2-http" % "1.28.0", "com.google.apis" % "google-api-services-storage" % "v1-rev20210127-1.31.0" ) ) From 81fc4c64bd2cc23d0e0b407014feb9a230c059de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Chantepie?= Date: Fri, 15 Aug 2025 21:28:09 +0200 Subject: [PATCH 5/5] Update build.properties --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0b699c3..489e0a7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.11.4