Skip to content

Commit

Permalink
Update scala-library to 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 19, 2022
1 parent d012799 commit f41c69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lazy val bindings = project
.settings(
name := "scala-js-chrome",
scalaVersion := "3.1.1",
crossScalaVersions ++= Seq("2.12.15", "2.13.8", "3.1.1"),
crossScalaVersions ++= Seq("2.12.15", "2.13.10", "3.1.1"),
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.1.0"
),
Expand Down
4 changes: 2 additions & 2 deletions examples/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val exampleApp = project
.settings(
name := "Example App",
version := "0.1.0",
scalaVersion := "2.13.8",
scalaVersion := "2.13.10",
scalacOptions ++= Seq(
"-language:implicitConversions",
"-language:existentials",
Expand Down Expand Up @@ -77,7 +77,7 @@ lazy val extension = project
.settings(
name := "Example Extension",
version := "0.1.0",
scalaVersion := "2.13.8",
scalaVersion := "2.13.10",
scalacOptions ++= Seq(
"-language:implicitConversions",
"-language:existentials",
Expand Down

0 comments on commit f41c69e

Please sign in to comment.