Skip to content

Commit edc051d

Browse files
authored
Merge pull request #4 from scalacenter/rename
rename module name
2 parents 7e39e4f + 49826a7 commit edc051d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inThisBuild(
2424
(publish / skip) := true
2525

2626
lazy val rules = project.settings(
27-
moduleName := "scalafix-named-literal-arguments",
27+
moduleName := "named-literal-arguments",
2828
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % V.scalafixVersion
2929
)
3030

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33")
2-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)