This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 891dab7819 [BUILD] - Upgrade scalafix-maven-plugin version
0.1.6_0.9.34 -> 0.1.8_0.11.0
891dab7819 is described below
commit 891dab781966d8ec33ad6d165c46345f5614bb45
Author: vttran <[email protected]>
AuthorDate: Thu Jan 11 10:49:22 2024 +0700
[BUILD] - Upgrade scalafix-maven-plugin version 0.1.6_0.9.34 -> 0.1.8_0.11.0
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e7e905858d..d2ca88419b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3021,12 +3021,17 @@
<plugin>
<groupId>io.github.evis</groupId>
<artifactId>scalafix-maven-plugin_2.13</artifactId>
- <version>0.1.6_0.9.34</version>
+ <version>0.1.8_0.11.0</version>
<configuration>
<config>${basedir}/.scalafix.conf</config>
<mode>CHECK</mode>
</configuration>
<dependencies>
+ <dependency>
+ <groupId>ch.epfl.scala</groupId>
+
<artifactId>scalafix-core_${scala.base}</artifactId>
+ <version>0.11.0</version>
+ </dependency>
<dependency>
<groupId>com.nequissimus</groupId>
<artifactId>sort-imports_${scala.base}</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]