Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#2087)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: kciesielski <kciesielski@users.noreply.github.com>
  • Loading branch information
softwaremill-ci and kciesielski committed Feb 28, 2024
1 parent 688df3c commit 3fc292c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import complete.DefaultParsers._
import com.softwaremill.SbtSoftwareMillBrowserTestJS._

val scala2_12 = "2.12.19"
val scala2_13 = "2.13.12"
val scala2_13 = "2.13.13"
val scala2 = List(scala2_12, scala2_13)
val scala3 = List("3.3.1")

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.2")

val sbtSoftwareMillVersion = "2.0.19"
val sbtSoftwareMillVersion = "2.0.20"
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-test-js" % sbtSoftwareMillVersion)
Expand Down

0 comments on commit 3fc292c

Please sign in to comment.