From d0b5ca43c561ee4d750b3b33c137d1864a4be30a Mon Sep 17 00:00:00 2001 From: Anthony Cros Date: Thu, 8 Feb 2024 13:20:18 -0500 Subject: [PATCH] fixed type on build.sbt --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6fe8c84..e2262b8 100644 --- a/build.sbt +++ b/build.sbt @@ -15,8 +15,8 @@ ThisBuild / developers := List(Developer( email = "contact.galliaproject@gmail.com", url = url("https://github.com/anthony-cros"))) ThisBuild / scmInfo := Some(ScmInfo( - browseUrl = url("https://github.com/galliaproject/gallia-core"), - connection = "scm:git@github.com:galliaproject/gallia-core.git")) + browseUrl = url("https://github.com/galliaproject/gallia-avro"), + connection = "scm:git@github.com:galliaproject/gallia-avro.git")) // =========================================================================== lazy val root = (project in file("."))