Skip to content

Commit 77215f4

Browse files
authored
Merge pull request #1038 from scala-steward/update/2.0.x/patches
[2.0.x] Patch updates
2 parents 2c79154 + 845a521 commit 77215f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/scala-steward.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ updates.pin = [
1717
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.2." },
1818
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml_sjs1", version = "2.2." },
1919
{ groupId = "org.scalatest", version = "3.2." },
20-
{ groupId = "org.scala-js", version = "1.15." },
20+
{ groupId = "org.scala-js", version = "1.20." },
2121
{ groupId = "org.portable-scala", version = "1.3." }
2222
]

docs/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val docs = project
1010
.enablePlugins(PlayDocsPlugin)
1111
.configs(Configuration.of("Docs", "docs"))
1212
.settings(
13-
scalaVersion := "2.13.16",
13+
scalaVersion := "2.13.17",
1414
// use special snapshot play version for now
1515
resolvers ++= DefaultOptions.resolvers(snapshot = true),
1616
libraryDependencies += component("play-test") % "test",

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
object Dependencies {
66
val Scala212 = "2.12.20"
7-
val Scala213 = "2.13.16"
7+
val Scala213 = "2.13.17"
88
val Scala3 = "3.3.6"
99
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
1010
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
44

55
// For the Cross Build
6-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
6+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
77
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

33
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % sys.props("project.version"))
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")

0 commit comments

Comments
 (0)