Skip to content

Commit e0aaa89

Browse files
authored
Add blake3 to the list of libraries (#510)
1 parent c51c2e3 commit e0aaa89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_data/library/scalalibs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@
295295
url: https://github.com/ekrich/sconfig
296296
desc: 'Scala port of the lightbend/config HOCON Java library'
297297
dep: '"org.ekrich" %%% "sconfig" % "1.3.0"'
298+
- name: blake3
299+
url: https://github.com/catap/scala-blake3
300+
desc: 'Blake3 for scala'
301+
dep: '"ky.korins" %%% "blake3" % "1.2.0"'
298302
- topic: Tools
299303
libraries:
300304
- name: sbt-scala-js-map

0 commit comments

Comments
 (0)