未验证 提交 678ca6ed 编写于 作者: S Scala Steward 提交者: GitHub

Update typesafe:config to 1.4.2 (#156)

Co-authored-by: 梦境迷离's avatar梦境迷离 <dreamylost@outlook.com>
上级 d7ac5ac5
......@@ -75,7 +75,7 @@ lazy val `cacheable-caffeine` = (project in file("cacheable-caffeine"))
name := "smt-cacheable-caffeine",
crossScalaVersions := List(scala213, scala212),
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.1",
"com.typesafe" % "config" % "1.4.2",
"com.github.ben-manes.caffeine" % "caffeine" % "2.5.6"
),
excludeDependencies ++= Seq(
......@@ -92,7 +92,7 @@ lazy val `cacheable-redis` = (project in file("cacheable-redis"))
crossScalaVersions := List(scala213, scala212),
libraryDependencies ++= Seq(
"dev.zio" %% "zio-redis" % "0.0.0+381-86c20614-SNAPSHOT", // 实验性质的
"com.typesafe" % "config" % "1.4.1",
"com.typesafe" % "config" % "1.4.2",
"dev.zio" %% "zio-schema" % "0.1.8",
"dev.zio" %% "zio-schema-protobuf" % "0.1.8",
"dev.zio" %% "zio-schema-derivation" % "0.1.8" % Test,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册