Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade typelevel stuff [BT-609] #6720

Merged
merged 2 commits into from
Mar 24, 2022
Merged
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
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
cats-effect, fs2, http4s, and sttp (also to v3) should all be upgraded at the same time to use cats-effect 3.x.
*/
private val catsEffectV = "2.5.3" // scala-steward:off (CROM-6564)
private val catsV = "2.6.1"
private val catsV = "2.7.0"
private val circeConfigV = "0.8.0"
private val circeGenericExtrasV = "0.14.1"
private val circeOpticsV = "0.14.1"
Expand Down Expand Up @@ -69,7 +69,7 @@ object Dependencies {
private val jacksonV = "2.13.0"
private val janinoV = "3.1.6"
private val jsr305V = "3.0.2"
private val kindProjectorV = "0.10.0"
private val kindProjectorV = "0.13.2"
private val kittensV = "2.3.2"
private val liquibaseV = "4.8.0"
private val logbackV = "1.2.10"
Expand All @@ -83,7 +83,7 @@ object Dependencies {
private val metrics3StatsdV = "4.2.0"
private val mockFtpServerV = "3.0.0"
private val mockserverNettyV = "5.11.2"
private val mouseV = "1.0.5"
private val mouseV = "1.0.10"
private val mysqlV = "8.0.26"
private val nettyV = "4.1.72.Final"
private val owlApiV = "5.1.19"
Expand Down Expand Up @@ -531,7 +531,7 @@ object Dependencies {
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainersScalaV
) ++ slf4jBindingDependencies // During testing, add an slf4j binding for _all_ libraries.

val kindProjectorPlugin = "org.typelevel" %% "kind-projector" % kindProjectorV
val kindProjectorPlugin = "org.typelevel" % "kind-projector" % kindProjectorV cross CrossVersion.full
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😵

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah the newer kind projector artifacts depend on the full Scala version... took me a bit to figure out how to express that 🙂

val paradisePlugin = "org.scalamacros" % "paradise" % paradiseV cross CrossVersion.full

// Version of the swagger UI to write into config files
Expand Down