File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ val fs2_2_version: Option[(Long, Long)] => String = {
19
19
case Some ((2 , 11 )) => " 2.1.0"
20
20
case _ => " 2.5.9"
21
21
}
22
- val fs2_3_version = " 3.7 .0"
22
+ val fs2_3_version = " 3.8 .0"
23
23
val armeriaVersion = " 1.24.2"
24
24
25
25
excludeLintKeys in Global ++= Set (ideSkipProject)
@@ -153,7 +153,7 @@ lazy val pekko = (projectMatrix in file("pekko"))
153
153
.jvmPlatform(
154
154
scalaVersions = scala2alive ++ scala3,
155
155
settings = commonJvmSettings ++ Seq (
156
- libraryDependencies += " org.apache.pekko" %% " pekko-stream" % " 1.0.0 " % " provided"
156
+ libraryDependencies += " org.apache.pekko" %% " pekko-stream" % " 1.0.1 " % " provided"
157
157
)
158
158
)
159
159
.dependsOn(core)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.14" )
4
4
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.1" )
5
5
6
- val sbtSoftwareMillVersion = " 2.0.12 "
6
+ val sbtSoftwareMillVersion = " 2.0.13 "
7
7
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-common" % sbtSoftwareMillVersion)
8
8
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % sbtSoftwareMillVersion)
9
9
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion)
You can’t perform that action at this time.
0 commit comments