Skip to content

Commit f564ee9

Browse files
authored
Add sconfig library entry (#506)
1 parent 6ca4018 commit f564ee9

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
@@ -291,6 +291,10 @@
291291
dep: |
292292
resolvers += Resolver.bintrayRepo("cibotech", "public")
293293
libraryDependencies += "com.cibo" %%% "evilplot" % "0.2.1"
294+
- name: sconfig
295+
url: https://github.com/ekrich/sconfig
296+
desc: 'Scala port of the lightbend/config HOCON Java library'
297+
dep: '"org.ekrich" %%% "sconfig" % "1.3.0"'
294298
- topic: Tools
295299
libraries:
296300
- name: sbt-scala-js-map

0 commit comments

Comments
 (0)