Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fun-stack-backend, ... to 0.9.15 #434

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Global / excludeLintKeys += webpackDevServerPort // TODO:
val versions = new {
val outwatch = "1.0.0-RC17"
val colibri = "0.7.8"
val funStack = "0.8.9"
val funStack = "0.9.15"
val tapir = "1.8.4"
val pprint = "0.8.1"
}
Expand Down
Loading