Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Jun 2, 2024
1 parent d83d235 commit d4f1d64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ val catsCoreVersion = "2.9.0"
val catsEffectVersion = "3.5.0"
val catsEffectKernelVersion = "3.5.1"
val circeGenericExtrasVersion = "0.14.3"
val circeVersion = "0.14.6"
val fs2Version = "3.7.0"
val circeVersion = "0.14.7"
val fs2Version = "3.10.2"
val http4sVersion = "0.23.23"
val logbackVersion = "1.4.11"
val logbackVersion = "1.4.12"
val scaffeineVersion = "5.2.1"
val scalamockVersion = "5.2.0"
val scalatestVersion = "3.2.17"
val shapelessVersion = "2.3.10"
val scalamockVersion = "6.0.0"
val scalatestVersion = "3.2.18"
val shapelessVersion = "2.3.12"
val slf4jVersion = "2.0.12"
val snakeYamlVersion = "2.2"
val vaultVersion = "3.5.0"
val vaultVersion = "3.6.0"

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-library" % scalaVersion.value % "provided",
Expand Down

0 comments on commit d4f1d64

Please sign in to comment.