Skip to content

Commit

Permalink
Merge pull request #299 from tgodzik/update-scalameta
Browse files Browse the repository at this point in the history
Update scalameta and scalajs
  • Loading branch information
tgodzik committed Sep 24, 2021
2 parents 53c15c6 + d711ce7 commit ea47432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.10]
scala: [2.12.15]
os: [ubuntu-latest]
java: [11, 8]
steps:
Expand Down
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 ea47432

Please sign in to comment.