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 1
1
version : 2.1
2
2
3
3
orbs :
4
- codacy : codacy/base@11 .2.0
4
+ codacy : codacy/base@12 .2.0
5
5
6
6
references :
7
7
cache_prefix : &cache_prefix sbt-cache-20240918
Original file line number Diff line number Diff line change 1
1
name := """ bitbucket-scala-client"""
2
2
3
- val scala212 = " 2.12.10 "
4
- val scala213 = " 2.13.12 "
3
+ val scala212 = " 2.12.20 "
4
+ val scala213 = " 2.13.11 "
5
5
val scalaVersions = Seq (scala212, scala213)
6
6
7
7
val 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")
2
2
3
3
addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.2.4" )
4
4
5
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.6.1 " )
5
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.0 " )
6
6
7
7
ThisBuild / libraryDependencySchemes +=
8
8
" org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
You can’t perform that action at this time.
0 commit comments