Skip to content

Commit

Permalink
Update scalameta and scalajs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 24, 2021
1 parent 53c15c6 commit 29397fc
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 @@ -5,7 +5,7 @@ import sbtcrossproject.{crossProject, CrossType}
lazy val Version = new {
def scala213 = "2.13.6"
def scala212 = "2.12.15"
def scalameta = "4.4.24"
def scalameta = "4.4.28"
}

inThisBuild(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")

Expand Down

0 comments on commit 29397fc

Please sign in to comment.