Skip to content

Commit 43b3d87

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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"

0 commit comments

Comments
 (0)