Skip to content

Commit

Permalink
Update tapir and flake (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Aug 7, 2024
1 parent 5b4092c commit 43041ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
flake-utils.url = "github:numtide/flake-utils";
devshell-tools.url = "github:eikek/devshell-tools";
};
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ object Dependencies {
val scodec = "2.2.2"
val scodecBits = "1.2.0"
val scribe = "3.15.0"
val sttpApiSpec = "0.10.0"
val tapir = "1.10.13"
val sttpApiSpec = "0.11.2"
val tapir = "1.10.15"
val jwtScala = "10.0.1";
}

Expand Down

0 comments on commit 43041ee

Please sign in to comment.