Skip to content

Commit 3af7244

Browse files
authored
Fix sonatype release (#138)
1 parent 851d696 commit 3af7244

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/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)