Skip to content

Commit 48b78df

Browse files
committed
change groupId to org.encalmo
1 parent b9cf013 commit 48b78df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ A small Scala 3 utility to draw a files tree, like:
2929

3030
Use with SBT
3131

32-
libraryDependencies += "org.encalmo.utils" %% "files-tree" % "0.9.1"
32+
libraryDependencies += "org.encalmo" %% "files-tree" % "0.9.1"
3333

3434
or with SCALA-CLI
3535

36-
//> using dep org.encalmo.utils::files-tree:0.9.1
36+
//> using dep org.encalmo::files-tree:0.9.1
3737

3838
## Examples
3939

project.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//> using exclude scripts
44
//> using test.dep org.scalameta::munit:1.1.0
55
//> using test.dep org.encalmo.utils::gitignore:0.9.1
6-
//> using publish.organization "org.encalmo.utils"
6+
//> using publish.organization "org.encalmo"
77
//> using publish.name "files-tree"
88
//> using publish.url "https://github.com/encalmo/files-tree"
99
//> using publish.license "MIT"

0 commit comments

Comments
 (0)