Skip to content

Commit 1fbb72e

Browse files
committed
[PLUTO-1438] Update versions
1 parent 851d696 commit 1fbb72e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@11.2.0
4+
codacy: codacy/base@12.2.0
55

66
references:
77
cache_prefix: &cache_prefix sbt-cache-20240918

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := """bitbucket-scala-client"""
22

3-
val scala212 = "2.12.10"
4-
val scala213 = "2.13.12"
3+
val scala212 = "2.12.20"
4+
val scala213 = "2.13.11"
55
val scalaVersions = Seq(scala212, scala213)
66

77
val play27 = "2.7.4"

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44

55
def playJson(playJsonVersion: String) = {
66
val playwsVersion =
7-
if (playJsonVersion.startsWith("2.8.")) "2.1.11"
7+
if (playJsonVersion.startsWith("2.8.")) "2.1.1"
88
else if (playJsonVersion.startsWith("2.7.")) "2.0.8"
99
else sys.error("Missing play-ws version. Check the compatible version based on its pom")
1010
Seq(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
22

33
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.2.4")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
66

77
ThisBuild / libraryDependencySchemes +=
88
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

0 commit comments

Comments
 (0)