File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11lazy val Version = " 1.4.0"
22lazy val Name = " introprog"
3- // lazy val scala213 = "2.13.6"
43lazy val scala3 = " 3.3.3"
54
6- // lazy val supportedScalaVersions = List(scala213, scala3)
7-
85// to avoid strange warnings, these lines with excludeLintKeys are needed:
96Global / excludeLintKeys += ThisBuild / Compile / console / fork
107
11-
128lazy val introprog = (project in file(" ." ))
139 .settings(
1410 name := Name ,
1511 version := Version ,
1612 scalaVersion := scala3,
17- // crossScalaVersions := supportedScalaVersions,
1813 )
1914
2015ThisBuild / Compile / console / fork := true
@@ -24,7 +19,6 @@ ThisBuild / versionScheme := Some("early-semver")
2419ThisBuild / versionPolicyIntention := Compatibility .None
2520// ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
2621// ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
27-
2822// In the sbt shell check version using:
2923// sbt> versionCheck
3024// sbt> versionPolicyCheck
You can’t perform that action at this time.
0 commit comments