Skip to content

Commit 49826a7

Browse files
committed
rename module name
1 parent 7ecbaf7 commit 49826a7

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)