Skip to content

Commit d578e01

Browse files
committed
bump zio-json to 0.9.2 (was 0.7.44)
Had to bump scala 2.13.18 too [error] java.lang.RuntimeException: Expected `quill-jdbc-zio / scalaVersion` to be 2.13.18 or later, but found 2.13.16. [error] To support backwards-only binary compatibility (SIP-51), the Scala 2.13 compiler [error] should not be older than scala-library on the dependency classpath.
1 parent 5a5b8ae commit d578e01

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ lazy val `quill-jdbc-zio` =
424424
libraryDependencies ++= Seq(
425425
// Needed for PGObject in JsonExtensions but not necessary if user is not using postgres
426426
"org.postgresql" % "postgresql" % "42.7.7" % "provided",
427-
"dev.zio" %% "zio-json" % "0.7.44"
427+
"dev.zio" %% "zio-json" % "0.9.2"
428428
),
429429
Test / testGrouping := {
430430
(Test / definedTests).value map { test =>
@@ -599,7 +599,7 @@ def excludePaths(paths: Seq[String]) = {
599599
}
600600

601601
val scala_v_12 = "2.12.20"
602-
val scala_v_13 = "2.13.16"
602+
val scala_v_13 = "2.13.18"
603603
val scala_v_30 = "3.3.6"
604604

605605
val scalaCollectionCompatVersion = "2.13.0"

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releas
44

55
addDependencyTreePlugin
66

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
8-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
8+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.5.2")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("com.etsy" % "sbt-compile-quick-plugin" % "1.4.0")
1111
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")

0 commit comments

Comments
 (0)