We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed143e commit b71e768Copy full SHA for b71e768
build.sbt
@@ -2,10 +2,9 @@ inThisBuild(
2
List(
3
name := "scala-interactive-update",
4
normalizedName := "scala-interactive-update",
5
- organization := "com.kitlangton",
+ organization := "io.github.kitlangton",
6
scalaVersion := "2.13.8",
7
crossScalaVersions := Seq("2.13.8"),
8
- organization := "io.github.kitlangton",
9
homepage := Some(url("https://github.com/kitlangton/scala-interactive-update")),
10
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
11
developers := List(
0 commit comments