Skip to content

Commit e7ea4ef

Browse files
committed
Changed up package group name to org.json.
1 parent 2fc472a commit e7ea4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Build extends Build {
66
override lazy val settings = super.settings ++ Seq(
77
name := "json-permissive",
88
version := "1.0.0",
9-
organization := "json.org",
9+
organization := "org.json",
1010

1111
scalaVersion := "2.10.3",
1212
publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository"))),

0 commit comments

Comments
 (0)