-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f29651
commit ac5cb0d
Showing
2 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
object Dependencies { | ||
|
||
object versions { | ||
val akka = "2.6.19" | ||
val akkaHttp = "10.2.9" | ||
val catsEffect = "3.3.14" | ||
val log4cats = "2.4.0" | ||
val log4j = "2.18.0" | ||
val munit = "0.7.29" | ||
val natchez = "0.1.6" | ||
val scalacheck = "1.16.0" | ||
val tapir = "1.0.2" | ||
} | ||
} |