Skip to content

Commit f54d3ab

Browse files
authored
Merge pull request #2 from polyvariant/hashtag-cleanup
Add scala3 hashtag, remove sttp and mill
2 parents b2dea87 + f41f0ee commit f54d3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scala/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const scalalang = [
2-
"scala", "dotty"
2+
"scala", "scala3", "dotty"
33
]
44

55
const typelevel = [
@@ -12,15 +12,15 @@ const scalameta = [
1212
]
1313

1414
const softwaremill = [
15-
"sttp", "scalar", "scalarconf"
15+
"scalar", "scalarconf"
1616
]
1717

1818
const sbt = [
1919
"sbt"
2020
]
2121

2222
const lihaoi = [
23-
"mill", "os-lib", "requests-scala"
23+
"os-lib", "requests-scala"
2424
]
2525

2626
const lightbend = [

0 commit comments

Comments
 (0)