File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sbt-dotty/src/dotty/tools/sbtplugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ object Build {
5656 val referenceVersion = " 3.0.0-RC1-bin-20201202-67d9790-NIGHTLY"
5757
5858 val baseVersion = " 3.0.0-M3"
59- val baseSbtDottyVersion = " 0.4.7 "
59+ val baseSbtDottyVersion = " 0.5.0 "
6060
6161 // Versions used by the vscode extension to create a new project
6262 // This should be the latest published releases.
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ object DottyPlugin extends AutoPlugin {
174174 override val globalSettings : Seq [Def .Setting [_]] = Seq (
175175 onLoad in Global := onLoad.in(Global ).value.andThen { state =>
176176
177- val requiredVersion = " >=1.3.6 "
177+ val requiredVersion = " >=1.4.4 "
178178
179179 val sbtV = sbtVersion.value
180180 if (! VersionNumber (sbtV).matchesSemVer(SemanticSelector (requiredVersion)))
You can’t perform that action at this time.
0 commit comments