Skip to content

Commit ef74177

Browse files
authored
Merge pull request #694 from scala-steward/update/sbt-dotty-0.4.5
Update sbt-dotty to 0.4.5
2 parents 0c7f3c9 + f9cd03d commit ef74177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
22

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

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

77
def env(name: String): Option[String] =
88
Option(System.getenv(name))

0 commit comments

Comments
 (0)