diff --git a/build.sbt b/build.sbt index 44c10e0..b0874df 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val contentAtomVersion = "12.0.1" val storyPackageVersion = "2.2.0" val thriftVersion = "0.23.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes -val circeVersion = "0.14.1" +val circeVersion = "0.14.16" val fezziwigVersion = "2.0.1" // dependency versions (for tests only) @@ -25,7 +25,7 @@ val snapshotReleaseSuffix = "-SNAPSHOT" lazy val artifactProductionSettings = Seq( - scalaVersion := "2.13.14", + scalaVersion := "2.13.18", // This old attempt to downgrade scrooge reserved word clashes is now insufficient... https://github.com/twitter/scrooge/issues/259#issuecomment-1900743695 Compile / scroogeDisableStrict := true, // scrooge 21.3.0: Builds are now only supported for Scala 2.12+ @@ -119,7 +119,7 @@ lazy val json = Project(id = "content-api-models-json", base = file("json")) "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "io.circe" %% "circe-optics" % circeVersion, + "io.circe" %% "circe-optics" % "0.14.1", "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "com.google.guava" % "guava" % guavaVersion % Test, "org.gnieh" %% "diffson-circe" % diffsonVersion % Test