Skip to content

Commit

Permalink
one more transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Nov 14, 2023
1 parent f856e1c commit 26b054d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ val caseInsensitiveVersion = "1.4.0"
val catsCoreVersion = "2.9.0"
val catsEffectVersion = "3.5.0"
val catsEffectKernelVersion = "3.5.1"
val log4CatsVersion = "2.6.0"
val circeGenericExtrasVersion = "0.14.3"
val circeVersion = "0.14.6"
val fs2Version = "3.7.0"
Expand Down Expand Up @@ -38,6 +39,7 @@ libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"org.typelevel" %% "cats-effect-kernel" % catsEffectKernelVersion,
"org.typelevel" %% "cats-effect-std" % catsEffectKernelVersion,
"org.typelevel" %% "log4cats-slf4j" % log4CatsVersion,
"org.typelevel" %% "vault" % vaultVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion % Test,
Expand Down

0 comments on commit 26b054d

Please sign in to comment.