Skip to content

Commit

Permalink
Merge pull request #694 from scala-steward/update/sbt-dotty-0.4.5
Browse files Browse the repository at this point in the history
Update sbt-dotty to 0.4.5
  • Loading branch information
larsrh authored Oct 31, 2020
2 parents 0c7f3c9 + f9cd03d commit ef74177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.5")

def env(name: String): Option[String] =
Option(System.getenv(name))
Expand Down

0 comments on commit ef74177

Please sign in to comment.