There was an error while loading. Please reload this page.
1 parent 5a5b8ae commit 89a98ddCopy full SHA for 89a98dd
1 file changed
build.sbt
@@ -200,7 +200,7 @@ lazy val `quill-engine` =
200
.settings(commonSettings: _*)
201
.settings(
202
libraryDependencies ++= Seq(
203
- "com.typesafe" % "config" % "1.4.4",
+ "com.typesafe" % "config" % "1.4.9",
204
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
205
("com.github.takayahilton" %% "sql-formatter" % "1.2.1").cross(CrossVersion.for3Use2_13),
206
"io.suzaku" %% "boopickle" % "1.5.0",
@@ -216,7 +216,7 @@ lazy val `quill-core` =
216
217
218
219
220
"dev.zio" %% "zio-logging" % "2.5.1",
221
"dev.zio" %% "zio" % Version.zio,
222
"dev.zio" %% "zio-streams" % Version.zio,
0 commit comments