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 {
56
56
val referenceVersion = " 3.0.0-RC1-bin-20201202-67d9790-NIGHTLY"
57
57
58
58
val baseVersion = " 3.0.0-M3"
59
- val baseSbtDottyVersion = " 0.4.7 "
59
+ val baseSbtDottyVersion = " 0.5.0 "
60
60
61
61
// Versions used by the vscode extension to create a new project
62
62
// 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 {
174
174
override val globalSettings : Seq [Def .Setting [_]] = Seq (
175
175
onLoad in Global := onLoad.in(Global ).value.andThen { state =>
176
176
177
- val requiredVersion = " >=1.3.6 "
177
+ val requiredVersion = " >=1.4.4 "
178
178
179
179
val sbtV = sbtVersion.value
180
180
if (! VersionNumber (sbtV).matchesSemVer(SemanticSelector (requiredVersion)))
You can’t perform that action at this time.
0 commit comments