Skip to content

Commit 24a3b54

Browse files
committed
Update dependencies
1 parent 6c52ab8 commit 24a3b54

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

build.sbt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
import com.softwaremill.SbtSoftwareMillBrowserTestJS._
2+
import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
3+
import com.softwaremill.Publish.{updateDocs, ossPublishSettings}
24
import com.typesafe.tools.mima.core._
35

46
val scala2_11 = "2.11.12"
5-
val scala2_12 = "2.12.13"
7+
val scala2_12 = "2.12.14"
68
val scala2_13 = "2.13.6"
79
val scala2 = List(scala2_11, scala2_12, scala2_13)
8-
val scala3 = List("3.0.0")
10+
val scala3 = List("3.0.1")
911

10-
val sttpModelVersion = "1.4.7"
12+
val sttpModelVersion = "1.4.10"
1113

1214
val scalaTestVersion = "3.2.9"
13-
val zioVersion = "1.0.8"
15+
val zioVersion = "1.0.10"
1416
val fs2_2_version: Option[(Long, Long)] => String = {
1517
case Some((2, 11)) => "2.1.0"
16-
case _ => "2.5.6"
18+
case _ => "2.5.9"
1719
}
18-
val fs2_3_version = "3.0.3"
20+
val fs2_3_version = "3.1.0"
1921

2022
excludeLintKeys in Global ++= Set(ideSkipProject)
2123

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.2
1+
sbt.version=1.5.5

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.0"
2-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
2+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")
55

6-
val sbtSoftwareMillVersion = "2.0.5"
6+
val sbtSoftwareMillVersion = "2.0.7"
77
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
88
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
99
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion)

0 commit comments

Comments
 (0)