Skip to content

Commit

Permalink
fixed type on build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-cros committed Feb 8, 2024
1 parent 5e0c1ac commit d0b5ca4
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
Expand Up @@ -15,8 +15,8 @@ ThisBuild / developers := List(Developer(
email = "[email protected]",
url = url("https://github.com/anthony-cros")))
ThisBuild / scmInfo := Some(ScmInfo(
browseUrl = url("https://github.com/galliaproject/gallia-core"),
connection = "scm:[email protected]:galliaproject/gallia-core.git"))
browseUrl = url("https://github.com/galliaproject/gallia-avro"),
connection = "scm:[email protected]:galliaproject/gallia-avro.git"))

// ===========================================================================
lazy val root = (project in file("."))
Expand Down

0 comments on commit d0b5ca4

Please sign in to comment.