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 sbt-assembly to 2.2.0 #22

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Bumping circe.
  • Loading branch information
luksow committed Jul 3, 2024
commit 44a983d99a4ebd8ba3a24d72b281d57200b5a66d
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
libraryDependencies ++= {
val akkaHttpV = "10.2.10"
val akkaV = "2.6.20"
val circeV = "0.14.8"
val circeV = "0.14.9"
val scalaTestV = "3.2.19"
val akkaHttpCirceV = "1.39.2"

Expand Down