From 1fbb72e4bca69130089e3f84d65a02afa200f149 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Mon, 16 Jun 2025 20:39:34 +0200 Subject: [PATCH 1/2] [PLUTO-1438] Update versions --- .circleci/config.yml | 2 +- build.sbt | 4 ++-- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14a9628..0b203e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@11.2.0 + codacy: codacy/base@12.2.0 references: cache_prefix: &cache_prefix sbt-cache-20240918 diff --git a/build.sbt b/build.sbt index ccf934b..9dab8e9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := """bitbucket-scala-client""" -val scala212 = "2.12.10" -val scala213 = "2.13.12" +val scala212 = "2.12.20" +val scala213 = "2.13.11" val scalaVersions = Seq(scala212, scala213) val play27 = "2.7.4" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7f9062e..3e65940 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { def playJson(playJsonVersion: String) = { val playwsVersion = - if (playJsonVersion.startsWith("2.8.")) "2.1.11" + if (playJsonVersion.startsWith("2.8.")) "2.1.1" else if (playJsonVersion.startsWith("2.7.")) "2.0.8" else sys.error("Missing play-ws version. Check the compatible version based on its pom") Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 1e664fc..0a375fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0") addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always From 339c1f633e4bcd1533dd099375c2cdd35d587ed4 Mon Sep 17 00:00:00 2001 From: Yasmin Zhamborova Date: Mon, 16 Jun 2025 21:19:07 +0200 Subject: [PATCH 2/2] [PLUTO-1438] Update versions --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3e65940..7f9062e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { def playJson(playJsonVersion: String) = { val playwsVersion = - if (playJsonVersion.startsWith("2.8.")) "2.1.1" + if (playJsonVersion.startsWith("2.8.")) "2.1.11" else if (playJsonVersion.startsWith("2.7.")) "2.0.8" else sys.error("Missing play-ws version. Check the compatible version based on its pom") Seq(