I'm trying to write a simple http server in scala with http4. But when I follow tutorials to create a BlazeServer builder, it will say that I need to supply a Timer[IO] (gives me the error Unspecified value parameters: timer: Timer[IO]), which I can't seem to find any information on why.
val server = BlazeServerBuilder[IO](global)