Skip to content

Commit

Permalink
fix ScmInfo in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
barend-xebia committed Jul 26, 2024
1 parent 0b741be commit ac1d867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ThisBuild / organization := "com.xebia.data"
ThisBuild / scmInfo := Some(ScmInfo(
url("https://github.com/xebia/spot"),
"https://github.com/xebia/spot.git",
"[email protected]:xebia/spot.git"))
url("https://github.com/godatadriven/spot"),
"https://github.com/godatadriven/spot.git",
"[email protected]:godatadriven/spot.git"))

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14")
Expand Down

0 comments on commit ac1d867

Please sign in to comment.