Skip to content

Commit

Permalink
Merge pull request #11 from adpi2/update-org-homepage
Browse files Browse the repository at this point in the history
Update organization and homepage
  • Loading branch information
adpi2 authored Oct 29, 2024
2 parents a14b20a + e821059 commit b7647a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

organization := "org.scala-debugger"
organization := "com.github.sbt"

name := "sbt-jdi-tools"

Expand All @@ -12,7 +12,7 @@ licenses += (
url("https://www.apache.org/licenses/LICENSE-2.0.html")
)

homepage := Some(url("http://scala-debugger.org"))
homepage := Some(url("https://github.com/sbt/sbt-jdi-tools"))

scalaVersion := "2.12.20"
pluginCrossBuild / sbtVersion := {
Expand Down

0 comments on commit b7647a9

Please sign in to comment.