Skip to content

Commit

Permalink
Merge branch 'master' into update/circe-3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz authored Feb 12, 2024
2 parents 589ca0e + e69c34a commit d22b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
lazy val circeVersion = "0.14.6"
lazy val sttpVersion = "3.9.3"

lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1"
lazy val circeCore = "io.circe" %% "circe-core" % circeVersion
lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion
Expand Down

0 comments on commit d22b899

Please sign in to comment.