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

Update scala3-library_sjs1 to 3.4.1 #398

Merged
merged 1 commit into from
May 8, 2024
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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val scala2_12 = "2.12.19"
val scala2_13 = "2.13.14"
val scala2 = List(scala2_12, scala2_13)
val scala2alive = List(scala2_12, scala2_13)
val scala3 = List("3.3.3")
val scala3 = List("3.4.1")
val akkaVersion = "2.6.20"
val pekkoVersion = "1.0.2"
val sttpModelVersion = "1.7.10"
Expand Down Expand Up @@ -172,7 +172,7 @@ lazy val fs2ce2 = (projectMatrix in file("fs2-ce2"))
.jvmPlatform(
scalaVersions = scala2 ++ scala3,
settings = commonJvmSettings ++ Seq(
libraryDependencies +="co.fs2" %% "fs2-io" % fs2_2_version
libraryDependencies += "co.fs2" %% "fs2-io" % fs2_2_version
)
)
.jsPlatform(
Expand Down
Loading