Skip to content

Commit

Permalink
Merge pull request #185 from typelevel/scalajs-1.5.1
Browse files Browse the repository at this point in the history
Roll back to Scala.js 1.5.1
  • Loading branch information
rossabaker authored Oct 21, 2021
2 parents 81cd718 + 9d923ed commit 807e1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val testing = crossProject(JSPlatform, JVMPlatform)
)
)
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.1"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-locales" % "1.2.0"
)
.dependsOn(core)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.22.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")

0 comments on commit 807e1ee

Please sign in to comment.