File tree Expand file tree Collapse file tree 6 files changed +13
-19
lines changed
Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codacy : codacy/base@10.11 .0
4+ codacy : codacy/base@12.2 .0
5566
77references :
@@ -186,8 +186,7 @@ workflows:
186186 name : lint
187187 install_sbt_version : 1.8.2
188188 cmd : |
189- sbt "scalafmtCheckAll;scalafmtSbtCheck;scapegoat;scalafixEnable;scalafix --test"
190- cache_prefix : *cache_prefix
189+ sbt "scalafmtCheckAll;scalafmtSbtCheck;scalafixEnable;scalafix --test"
191190 requires :
192191 - compile
193192 - codacy/sbt :
Original file line number Diff line number Diff line change @@ -16,12 +16,7 @@ val assemblyCommon = Seq(
1616 oldStrategy(x)
1717 })
1818
19- inThisBuild(
20- Seq (
21- scalaVersion := Common .scalaVersionNumber,
22- scalaBinaryVersion := Common .scalaBinaryVersionNumber,
23- scapegoatDisabledInspections := Seq (),
24- scapegoatVersion := " 1.4.6" ))
19+ inThisBuild(Seq (scalaVersion := Common .scalaVersionNumber, scalaBinaryVersion := Common .scalaBinaryVersionNumber))
2520
2621val sonatypeInformation = Seq (
2722 startYear := Some (2018 ),
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ object Common {
1111
1212 private val defaultDockerInstallationPath = " /opt/codacy"
1313 val scalaBinaryVersionNumber = " 2.12"
14- val scalaVersionNumber = s " $scalaBinaryVersionNumber.12 "
14+ val scalaVersionNumber = s " $scalaBinaryVersionNumber.19 "
1515
1616 val scala213BinaryVersionNumber = " 2.13"
17- val scala213VersionNumber = s " $scala213BinaryVersionNumber.3 "
17+ val scala213VersionNumber = s " $scala213BinaryVersionNumber.16 "
1818 lazy val supportedScalaVersions = List (Common .scalaVersionNumber, Common .scala213VersionNumber)
1919
2020 val genericSettings = Seq (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Dependencies {
66 val circeVersion = " 0.12.3"
77 val specs2Version = " 4.8.1"
88 val codacyApiVersion = " 26.20.0"
9- val silencerVersion = " 1.7.0 "
9+ val silencerVersion = " 1.7.19 "
1010
1111 lazy val circe = List (
1212 " io.circe" %% " circe-core" % circeVersion,
@@ -42,8 +42,8 @@ object Dependencies {
4242
4343 lazy val typesafeConfig = " com.typesafe" % " config" % " 1.4.0"
4444
45- val akkaVersion = " 2.5.26 "
46- val akkaHttpVersion = " 10.1.9 "
45+ val akkaVersion = " 2.6.20 "
46+ val akkaHttpVersion = " 10.2.10 "
4747
4848 val akka =
4949 Seq (
Original file line number Diff line number Diff line change 1- sbt.version =1.9.9
1+ sbt.version =1.10.5
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.codacy" % " codacy-sbt-plugin" % " 25.2.4" )
22
33// Coverage
4- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.6 " )
4+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.0 " )
55
66// Static Analysis
7- addSbtPlugin(" com.sksamuel.scapegoat" %% " sbt-scapegoat" % " 1.1.0 " )
8- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.21 " )
7+ addSbtPlugin(" com.sksamuel.scapegoat" %% " sbt-scapegoat" % " 1.2.13 " )
8+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.34 " )
99
1010// Dependencies
11- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.15.0 " )
11+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.1.5 " )
1212
1313// Swagger code generation
1414addSbtPlugin(" com.twilio" % " sbt-guardrail" % " 0.59.0" )
You can’t perform that action at this time.
0 commit comments