File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codacy : codacy/base@11 .2.0
4+ codacy : codacy/base@12 .2.0
55
66references :
77 cache_prefix : &cache_prefix sbt-cache-20240918
Original file line number Diff line number Diff line change 11name := """ 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 "
55val scalaVersions = Seq (scala212, scala213)
66
77val play27 = " 2.7.4"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.2.0")
22
33addSbtPlugin(" 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
77ThisBuild / libraryDependencySchemes +=
88 " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
You can’t perform that action at this time.
0 commit comments