Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val commonSettings = Seq(
organization := "com.cognite",
organizationName := "Cognite",
organizationHomepage := Some(url("https://cognite.com")),
version := "2.31." + patchVersion,
version := "2.32." + patchVersion,
isSnapshot := patchVersion.endsWith("-SNAPSHOT"),
scalaVersion := scala213, // use 2.13 by default
// handle cross plugin https://github.com/stringbean/sbt-dependency-lock/issues/13
Expand Down Expand Up @@ -192,7 +192,7 @@ val sttpDeps = Seq(
.exclude("io.circe", "circe-parser_2.11")
.exclude("io.circe", "circe-parser_2.12")
.exclude("io.circe", "circe-parser_2.13"),
"com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpVersion % Test
"com.softwaremill.sttp.client3" %% "fs2" % sttpVersion
)

def circeDeps(scalaVersion: Option[(Long, Long)]): Seq[ModuleID] =
Expand Down
258 changes: 27 additions & 231 deletions build.scala-2.12.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-12-01T21:11:38.711996Z",
"timestamp" : "2024-12-04T15:21:57.209479534Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -93,54 +93,44 @@
},
{
"org" : "com.softwaremill.sttp.client3",
"name" : "async-http-client-backend-cats_2.12",
"version" : "3.5.2",
"artifacts" : [
{
"name" : "async-http-client-backend-cats_2.12.jar",
"hash" : "sha1:c32dd8df1ede62e710312266a57b26fae7bf8b86"
}
],
"configurations" : [
"test"
]
},
{
"org" : "com.softwaremill.sttp.client3",
"name" : "async-http-client-backend_2.12",
"name" : "cats_2.12",
"version" : "3.5.2",
"artifacts" : [
{
"name" : "async-http-client-backend_2.12.jar",
"hash" : "sha1:59b7740ed98e783b3b6bfd096edefaa0b7d458ec"
"name" : "cats_2.12.jar",
"hash" : "sha1:a859ae377bfdbb1d7e16f58890b84d163f12d646"
}
],
"configurations" : [
"compile",
"runtime",
"test"
]
},
{
"org" : "com.softwaremill.sttp.client3",
"name" : "cats_2.12",
"name" : "circe_2.12",
"version" : "3.5.2",
"artifacts" : [
{
"name" : "cats_2.12.jar",
"hash" : "sha1:a859ae377bfdbb1d7e16f58890b84d163f12d646"
"name" : "circe_2.12.jar",
"hash" : "sha1:6e7629e4472a797186f0df00f339f5f708dbca8d"
}
],
"configurations" : [
"compile",
"runtime",
"test"
]
},
{
"org" : "com.softwaremill.sttp.client3",
"name" : "circe_2.12",
"name" : "core_2.12",
"version" : "3.5.2",
"artifacts" : [
{
"name" : "circe_2.12.jar",
"hash" : "sha1:6e7629e4472a797186f0df00f339f5f708dbca8d"
"name" : "core_2.12.jar",
"hash" : "sha1:999f1ed7549feadcf0fac88cbbd39cd43b8d51bc"
}
],
"configurations" : [
Expand All @@ -151,12 +141,12 @@
},
{
"org" : "com.softwaremill.sttp.client3",
"name" : "core_2.12",
"name" : "fs2_2.12",
"version" : "3.5.2",
"artifacts" : [
{
"name" : "core_2.12.jar",
"hash" : "sha1:999f1ed7549feadcf0fac88cbbd39cd43b8d51bc"
"name" : "fs2_2.12.jar",
"hash" : "sha1:8dde4d364d013efd245e5d4b849ff3b1e202d5f2"
}
],
"configurations" : [
Expand Down Expand Up @@ -215,12 +205,12 @@
},
{
"org" : "com.softwaremill.sttp.shared",
"name" : "ws_2.12",
"name" : "fs2_2.12",
"version" : "1.3.4",
"artifacts" : [
{
"name" : "ws_2.12.jar",
"hash" : "sha1:60650da91689e95760cd837bb13732dc94fe6d18"
"name" : "fs2_2.12.jar",
"hash" : "sha1:a53a923369b494da9283bd0bb9c34639f9d63f8a"
}
],
"configurations" : [
Expand All @@ -230,30 +220,18 @@
]
},
{
"org" : "com.sun.activation",
"name" : "jakarta.activation",
"version" : "1.2.2",
"artifacts" : [
{
"name" : "jakarta.activation.jar",
"hash" : "sha1:74548703f9851017ce2f556066659438019e7eb5"
}
],
"configurations" : [
"test"
]
},
{
"org" : "com.typesafe.netty",
"name" : "netty-reactive-streams",
"version" : "2.0.4",
"org" : "com.softwaremill.sttp.shared",
"name" : "ws_2.12",
"version" : "1.3.4",
"artifacts" : [
{
"name" : "netty-reactive-streams.jar",
"hash" : "sha1:0f77c8eaa7d5e2f2160b6d21ba385cf726f164b2"
"name" : "ws_2.12.jar",
"hash" : "sha1:60650da91689e95760cd837bb13732dc94fe6d18"
}
],
"configurations" : [
"compile",
"runtime",
"test"
]
},
Expand Down Expand Up @@ -367,132 +345,6 @@
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-buffer",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-buffer.jar",
"hash" : "sha1:9d213d090deeca2541ad6827eb3345bcd6e1e701"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-codec",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-codec.jar",
"hash" : "sha1:b740d51babe3312a33b505cd8b62c02f3731b2e3"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-codec-http",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-codec-http.jar",
"hash" : "sha1:354ca712f909fcd9d8a22e16bf84afcfdc44ec8d"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-codec-socks",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-codec-socks.jar",
"hash" : "sha1:6f4573281df659265bd709fd10471c3e00ef6c70"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-common",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-common.jar",
"hash" : "sha1:44540113f7148f1014be879663501db8da1c37b0"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-handler",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-handler.jar",
"hash" : "sha1:14e28bab0173be10c9631a85069636a0d0221dfe"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-handler-proxy",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-handler-proxy.jar",
"hash" : "sha1:2352f12826400e5db64b36fd951508ce9a61c196"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-resolver",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-resolver.jar",
"hash" : "sha1:caba5004618d27386ee9d5ee8b23b09b6548fb0b"
}
],
"configurations" : [
"test"
]
},
{
"org" : "io.netty",
"name" : "netty-transport",
"version" : "4.1.60.Final",
"artifacts" : [
{
"name" : "netty-transport.jar",
"hash" : "sha1:94350c81cc7a78212fb0f52a500f22d1aa9c44d8"
}
],
"configurations" : [
"test"
]
},
{
"org" : "javax.servlet",
"name" : "javax.servlet-api",
Expand All @@ -507,34 +359,6 @@
"test"
]
},
{
"org" : "org.asynchttpclient",
"name" : "async-http-client",
"version" : "2.12.3",
"artifacts" : [
{
"name" : "async-http-client.jar",
"hash" : "sha1:6dfc91814cc8b3bc3327246d0e5df36911b9a623"
}
],
"configurations" : [
"test"
]
},
{
"org" : "org.asynchttpclient",
"name" : "async-http-client-netty-utils",
"version" : "2.12.3",
"artifacts" : [
{
"name" : "async-http-client-netty-utils.jar",
"hash" : "sha1:ad99d8622931ed31367d0fef7fa17eb62e033fb3"
}
],
"configurations" : [
"test"
]
},
{
"org" : "org.eclipse.jetty",
"name" : "jetty-http",
Expand Down Expand Up @@ -633,20 +457,6 @@
"test"
]
},
{
"org" : "org.reactivestreams",
"name" : "reactive-streams",
"version" : "1.0.3",
"artifacts" : [
{
"name" : "reactive-streams.jar",
"hash" : "sha1:d9fb7a7926ffa635b3dcaa5049fb2bfa25b3e7d0"
}
],
"configurations" : [
"test"
]
},
{
"org" : "org.scala-lang",
"name" : "scala-library",
Expand Down Expand Up @@ -975,20 +785,6 @@
"test"
]
},
{
"org" : "org.slf4j",
"name" : "slf4j-api",
"version" : "1.7.30",
"artifacts" : [
{
"name" : "slf4j-api.jar",
"hash" : "sha1:b5a4b6d16ab13e34a88fae84c35cd5d68cac922c"
}
],
"configurations" : [
"test"
]
},
{
"org" : "org.tpolecat",
"name" : "natchez-core_2.12",
Expand Down
Loading
Loading