Skip to content

Commit

Permalink
Fixed #259: Upgrade to Scala.js 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 9, 2024
1 parent 66fc4f1 commit 1ba14e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ThisBuild / scalaVersion := scala3Version
lazy val tyrianVersion = TyrianVersion.getVersion
lazy val scala3Version = "3.3.1"
lazy val tyrianDocsVersion = "0.10.0"
lazy val scalaJsDocsVersion = "1.15.0"
lazy val scalaJsDocsVersion = "1.16.0"
lazy val scalaDocsVersion = "3.3.1"
lazy val indigoDocsVersion = "0.16.0"

Expand Down Expand Up @@ -283,8 +283,8 @@ lazy val docs =
.enablePlugins(MdocPlugin)
.settings(
neverPublish,
organization := "io.indigoengine",
mdocJS := Some(jsdocs),
organization := "io.indigoengine",
mdocJS := Some(jsdocs),
mdocVariables := Map(
"VERSION" -> tyrianDocsVersion,
"SCALAJS_VERSION" -> scalaJsDocsVersion,
Expand Down
2 changes: 1 addition & 1 deletion examples/mill/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import io.github.davidgregory084.TpolecatModule

object counter extends ScalaJSModule with TpolecatModule {
def scalaVersion = "3.3.1"
def scalaJSVersion = "1.15.0"
def scalaJSVersion = "1.16.0"

def buildSite() =
T.command {
Expand Down
2 changes: 1 addition & 1 deletion examples/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.1")
Expand Down
2 changes: 1 addition & 1 deletion examples/server-examples/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
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 @@
addSbtPlugin("org.xerial.sbt" %% "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" %% "sbt-pgp" % "2.2.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
Expand Down

0 comments on commit 1ba14e7

Please sign in to comment.