We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e39e4f + 49826a7 commit edc051dCopy full SHA for edc051d
build.sbt
@@ -24,7 +24,7 @@ inThisBuild(
24
(publish / skip) := true
25
26
lazy val rules = project.settings(
27
- moduleName := "scalafix-named-literal-arguments",
+ moduleName := "named-literal-arguments",
28
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % V.scalafixVersion
29
)
30
project/plugins.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
2
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
0 commit comments