Skip to content

Commit

Permalink
Merge pull request #458 from tgodzik/update-dotty2
Browse files Browse the repository at this point in the history
Update sbt and sbt-dotty plugin
  • Loading branch information
tgodzik committed Feb 17, 2021
2 parents 5181f90 + b68cfc2 commit d58d4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.6
sbt.version=1.4.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.1")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")

libraryDependencies ++= List(
"org.jsoup" % "jsoup" % "1.12.1",
Expand Down

0 comments on commit d58d4fe

Please sign in to comment.