Skip to content

Commit e3cdf5f

Browse files
authored
Merge pull request #5 from scalacenter/fix
fix organization name
2 parents edc051d + 56b3f49 commit e3cdf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val V = _root_.scalafix.sbt.BuildInfo
22
inThisBuild(
33
List(
4-
organization := "scalacenter",
4+
organization := "ch.epfl.scala",
55
homepage := Some(url("https://github.com/scalacenter/named-literal-arguments")),
66
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
77
developers := List(

0 commit comments

Comments
 (0)