Skip to content

Commit

Permalink
Update cats-xml-core to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] committed Oct 1, 2023
1 parent 7224bad commit ec57eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object ProjectDependencies {
private val catsVersion = "2.9.0"
private val catsEffectVersion = "3.5.1"
private val circeVersion = "0.14.5"
private val catsXmlVersion = "0.0.9"
private val catsXmlVersion = "0.0.13"

Check notice

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Values should have minimum scope to avoid misuses. Note

catsXmlVersion should have a smaller scope by using private[this]

Check notice

Code scanning / Scalastyle (reported by Codacy)

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'. Note

Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.

object Plugins {
val compilerPluginsFor2_13: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit ec57eb6

Please sign in to comment.