Added http4s server according to the API specification. A game is playable via API
This commit is contained in:
+3
-1
@@ -34,7 +34,9 @@ val versions = mapOf(
|
||||
"JAVAFX" to "21.0.1",
|
||||
"JUNIT_BOM" to "5.13.4",
|
||||
"SCALA_PARSER_COMBINATORS" to "2.4.0",
|
||||
"FASTPARSE" to "3.0.2"
|
||||
"FASTPARSE" to "3.0.2",
|
||||
"HTTP4S" to "0.23.29",
|
||||
"CIRCE" to "0.14.10"
|
||||
)
|
||||
extra["VERSIONS"] = versions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user