Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 22, 2021
1 parent fba9a09 commit e31b040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.internal.ProjectMatrix
import com.softwaremill.SbtSoftwareMillBrowserTestJS._

val scala2_11 = "2.11.12"
val scala2_12 = "2.12.14"
val scala2_12 = "2.12.15"
val scala2_13 = "2.13.6"
val scala2 = List(scala2_11, scala2_12, scala2_13)
val scala3 = List("3.1.0")
Expand Down Expand Up @@ -134,8 +134,8 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec",
val zioVersion = "1.0.12"
val zioInteropRsVersion = "1.3.8"

val sttpModelVersion = "1.4.15"
val sttpSharedVersion = "1.2.6"
val sttpModelVersion = "1.4.16"
val sttpSharedVersion = "1.2.7"

val logback = "ch.qos.logback" % "logback-classic" % "1.2.6"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.1")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.8.0")

Expand Down

0 comments on commit e31b040

Please sign in to comment.