The Wayback Machine - https://web.archive.org/web/20220328233207/https://github.com/topics/dropwizard
Skip to content
#

dropwizard

Here are 403 public repositories matching this topic...

oyvindberg
oyvindberg commented Jan 27, 2022

Hi there, thanks for this project. Very happy so far.

We're trying to migrate to scala 3, and on of the things which came up was this.

I need to make this manual change to use a generated http4s client, in Implicits.scala

-    implicit val showString = build[String](Predef.identity)
-    implicit val showInt = build[Int](_.toString)
-    implicit val showLong = build[Long](_.
enhancement help wanted scala good first issue

Improve this page

Add a description, image, and links to the dropwizard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dropwizard topic, visit your repo's landing page and select "manage topics."

Learn more