Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.13 (#3537)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Feb 28, 2024
1 parent 775770a commit a64b744
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 @@ -15,7 +15,7 @@ import scala.concurrent.duration.DurationInt
import scala.sys.process.Process

val scala2_12 = "2.12.19"
val scala2_13 = "2.13.12"
val scala2_13 = "2.13.13"
val scala3 = "3.3.1"

val scala2Versions = List(scala2_12, scala2_13)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/sbt/sbt/issues/6997
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

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 a64b744

Please # to comment.