Skip to content

Commit

Permalink
0.5.3, not 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Nov 8, 2022
1 parent 9f4ca11 commit 984552c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ import java.util.ServiceLoader
import scala.jdk.CollectionConverters._

trait PlaygroundPlugin {
@deprecated("Implement simpleBuilders instead", "0.5.2")
@deprecated("Implement simpleBuilders instead", "0.5.3")
def http4sBuilders: List[SimpleProtocolBuilder[_]] = Nil

def simpleBuilders: List[SimpleHttpBuilder] = http4sBuilders.map(
Expand Down

0 comments on commit 984552c

Please sign in to comment.