Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
ptrdom-scala-steward[bot] authored Jan 19, 2025
1 parent a4acad4 commit 190d488
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ lazy val `scala-steward-hooks` = project
.enablePlugins(ScalaJSPlugin)
.settings(
publish / skip := true,
scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scalajs.esbuild.electron.EsbuildElectronProcessConfiguration

enablePlugins(ScalaJSEsbuildElectronPlugin)

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

scalaJSModuleInitializers := Seq(
ModuleInitializer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
`e2e-test`
)

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

lazy val app = (project in file("app"))
.enablePlugins(ScalaJSEsbuildElectronPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file("."))
`e2e-test`
)

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

lazy val app = (project in file("app"))
.enablePlugins(ScalaJSEsbuildElectronPlugin)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.sys.process._

enablePlugins(ScalaJSEsbuildElectronPlugin)

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

scalaJSModuleInitializers := Seq(
ModuleInitializer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(ScalaJSEsbuildWebPlugin)

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

scalaJSUseMainModuleInitializer := true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.nio.file.Paths

enablePlugins(ScalaJSEsbuildWebPlugin)

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(ScalaJSEsbuildPlugin)

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

scalaJSLinkerConfig ~= {
_.withModuleKind(ModuleKind.ESModule)
Expand Down
2 changes: 1 addition & 1 deletion sbt-scalajs-esbuild/examples/basic-node-project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enablePlugins(ScalaJSEsbuildPlugin)

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

scalaJSLinkerConfig ~= {
_.withModuleKind(ModuleKind.CommonJSModule)
Expand Down
2 changes: 1 addition & 1 deletion sbt-web-scalajs-esbuild/examples/basic-project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

lazy val `basic-project` = (project in file(".")).aggregate(client, server)

Expand Down

0 comments on commit 190d488

Please sign in to comment.