Skip to content

Commit

Permalink
Rename to šalter
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 17, 2024
1 parent 5db15fc commit 9191456
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,6 +1,6 @@
val scala3Version = "3.3.1"

name := "socket"
name := "shalter"
version := "0.0.7"


Expand All @@ -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"),
"[email protected]:tofu-tf/socket.git"
url("https://github.com/tofu-tf/shalter"),
"[email protected]:tofu-tf/shalter.git"
)
)

Expand Down

0 comments on commit 9191456

Please sign in to comment.