File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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 @@ -4,7 +4,7 @@ object Dependencies {
4
4
5
5
def playJson (playJsonVersion : String ) = {
6
6
val playwsVersion =
7
- if (playJsonVersion.startsWith(" 2.8." )) " 2.1.11 "
7
+ if (playJsonVersion.startsWith(" 2.8." )) " 2.1.1 "
8
8
else if (playJsonVersion.startsWith(" 2.7." )) " 2.0.8"
9
9
else sys.error(" Missing play-ws version. Check the compatible version based on its pom" )
10
10
Seq (
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