Skip to content

Commit

Permalink
Update scala3-library_sjs1 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2024
1 parent 8f37683 commit 0818019
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0818019

Please sign in to comment.