Skip to content

Commit

Permalink
Fixed #245: Upgrade to Scala.js 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Jan 2, 2024
1 parent 6feb09c commit fe47289
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.8.0"
lazy val scalaJsDocsVersion = "1.14.0"
lazy val scalaJsDocsVersion = "1.15.0"
lazy val scalaDocsVersion = "3.3.1"
lazy val indigoDocsVersion = "0.15.0"

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.14.0"
def scalaJSVersion = "1.15.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.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.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.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.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.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.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 fe47289

Please sign in to comment.