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

bump: update scala3-library from 3.3.3 to 3.3.4 #4437

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'main' into update/scala3-library-3.3.4
johanandren authored Oct 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fd9c7f2746c1c48fc13bfeb48ef01785c84d5666
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ object Dependencies {

val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

val scala213Version = "2.13.14"
val scala213Version = "2.13.15"
val scala3Version = "3.3.4"
val allScalaVersions = Seq(scala213Version, scala3Version)

You are viewing a condensed version of this merge commit. You can view the full changes here.