Skip to content

Commit b71e768

Browse files
committed
fix build info
1 parent 2ed143e commit b71e768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ inThisBuild(
22
List(
33
name := "scala-interactive-update",
44
normalizedName := "scala-interactive-update",
5-
organization := "com.kitlangton",
5+
organization := "io.github.kitlangton",
66
scalaVersion := "2.13.8",
77
crossScalaVersions := Seq("2.13.8"),
8-
organization := "io.github.kitlangton",
98
homepage := Some(url("https://github.com/kitlangton/scala-interactive-update")),
109
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
1110
developers := List(

0 commit comments

Comments
 (0)