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

Scala Steward Updates #361

Merged
merged 8 commits into from
Jun 27, 2024
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val circeGenericExtrasVersion = "0.14.3"
lazy val circeVersion = "0.14.7"
lazy val circeVersion = "0.14.8"
lazy val sttpVersion = "3.9.7"

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
Expand Down
Loading