https://github.com/http4s/http4s-scalatags
Scalatags template support for http4s
https://github.com/http4s/http4s-scalatags
Last synced: 8 months ago
JSON representation
Scalatags template support for http4s
- Host: GitHub
- URL: https://github.com/http4s/http4s-scalatags
- Owner: http4s
- License: apache-2.0
- Created: 2022-05-02T15:48:30.000Z (almost 4 years ago)
- Default Branch: series/0.25
- Last Pushed: 2025-05-24T08:29:46.000Z (9 months ago)
- Last Synced: 2025-06-01T02:11:49.605Z (9 months ago)
- Language: Scala
- Size: 208 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-scalatags
Provides http4s entity codec instances for [scalatags][scalatags].
## SBT coordinates
```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-scalatags" % http4sScalatagsV
)
```
## Compatibility
| http4s-scalatags | http4s-core | scalatags | Scala 2.12 | Scala 2.13 | Scala 3 | Scala.js | Scala Native | Status |
|:-----------------|:------------|:----------|------------|------------|---------|----------|--------------|:-------|
| 0.23.x | 0.23.x | 0.10.x | ✅ | ✅ | ❌ | ❌ | ❌ | EOL |
| 0.24.x | 0.23.x | 0.11.x | ✅ | ✅ | ✅ | ❌ | ❌ | EOL |
| 0.25.x | 0.23.x | 0.12.x | ✅ | ✅ | ✅ | ✅ | ✅ | Stable |
[scalatags]: https://com-lihaoyi.github.io/scalatags/