Skip to content

Update dependencies for GatOS#69

Open
Hombre-x wants to merge 4 commits intotypelevel:mainfrom
Hombre-x:update-dependencies
Open

Update dependencies for GatOS#69
Hombre-x wants to merge 4 commits intotypelevel:mainfrom
Hombre-x:update-dependencies

Conversation

@Hombre-x
Copy link
Copy Markdown
Contributor

Updates SBT, Scala JS, Sacala Native, and most libraries to the latests version!

This comment was marked as low quality.

Comment thread build.sbt
ThisBuild / startYear := Some(2024)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / tlJdkRelease := Some(17)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is it necessary to bump this one for some reason? We should definitely do it if it allows us to use some new features. Otherwise, it is just dropping support for old Java versions. In fact, I wonder why it is 11 in the first place?

Comment thread build.sbt
Comment on lines 9 to 10
ThisBuild / developers := List(
tlGitHubDev("ChristopherDavenport", "Christopher Davenport"),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Hombre-x you can add your name here 😁

Comment thread build.sbt
Comment on lines +28 to +37
"org.typelevel" %% "cats-core" % "2.13.0",
"org.typelevel" %% "alleycats-core" % "2.13.0",
"org.typelevel" %% "cats-effect" % "3.7.0",
"co.fs2" %% "fs2-core" % "3.13.0",
"co.fs2" %% "fs2-io" % "3.13.0",
"co.fs2" %% "fs2-scodec" % "3.13.0",
"org.scodec" %% "scodec-bits" % "1.2.4",
"org.scodec" %% "scodec-core" % (if (scalaVersion.value.startsWith("2."))
"1.11.10"
else "2.3.0"),
else "2.3.3"),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Surprised about some of these dependencies, are they actually used in the main library? e.g. scodec-core, fs2-scodec, and alleycats.

I see some are used in the examples.

Comment thread build.sbt
"org.typelevel" %% "weaver-cats" % "0.12.0" % Test,
"org.typelevel" %% "weaver-scalacheck" % "0.12.0" % Test
),
mimaPreviousArtifacts := Set()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should remove this line! This prevents compatibility checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants