From 9191456f76624647bebc8fd0336f4e5318999aad Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Sat, 17 Feb 2024 11:34:02 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20to=20=C5=A1alter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 15c52cb..76883c6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val scala3Version = "3.3.1" -name := "socket" +name := "shalter" version := "0.0.7" @@ -13,8 +13,8 @@ libraryDependencies += ("org.typelevel" %% "cats-tagless-core" % "0.15.0") publishMavenStyle := true scmInfo := Some( ScmInfo( - url("https://github.com/tofu-tf/socket"), - "git@github.com:tofu-tf/socket.git" + url("https://github.com/tofu-tf/shalter"), + "git@github.com:tofu-tf/shalter.git" ) )