Skip to content

Commit

Permalink
Merge branch 'master' into release_drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Aug 17, 2023
2 parents 3b39385 + 4d1728e commit a2d5109
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 @@ -303,7 +303,7 @@ lazy val `quill-core` =
.settings(
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
"dev.zio" %% "zio-logging" % "2.1.13",
"dev.zio" %% "zio-logging" % "2.1.14",
"dev.zio" %% "zio" % Version.zio,
"dev.zio" %% "zio-streams" % Version.zio,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down Expand Up @@ -534,7 +534,7 @@ lazy val `quill-jasync` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.2.2",
"com.github.jasync-sql" % "jasync-common" % "2.2.3",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
)
)
Expand All @@ -547,7 +547,7 @@ lazy val `quill-jasync-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.2"
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.3"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -559,7 +559,7 @@ lazy val `quill-jasync-mysql` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-mysql" % "2.2.2"
"com.github.jasync-sql" % "jasync-mysql" % "2.2.3"
)
)
.dependsOn(`quill-jasync` % "compile->compile;test->test")
Expand All @@ -571,7 +571,7 @@ lazy val `quill-jasync-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-common" % "2.2.2",
"com.github.jasync-sql" % "jasync-common" % "2.2.3",
"org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1",
"dev.zio" %% "zio" % Version.zio,
"dev.zio" %% "zio-streams" % Version.zio
Expand All @@ -587,7 +587,7 @@ lazy val `quill-jasync-zio-postgres` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.2"
"com.github.jasync-sql" % "jasync-postgresql" % "2.2.3"
)
)
.dependsOn(`quill-jasync-zio` % "compile->compile;test->test")
Expand Down Expand Up @@ -762,7 +762,7 @@ val scala_v_30 = "3.3.0"

lazy val loggingSettings = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.3.9" % Test
"ch.qos.logback" % "logback-classic" % "1.3.11" % Test
)
)

Expand Down

0 comments on commit a2d5109

Please sign in to comment.