Skip to content

Commit 315e9a2

Browse files
committed
clean up de-commented cross build settings
1 parent 11ecb67 commit 315e9a2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
lazy val Version = "1.4.0"
22
lazy val Name = "introprog"
3-
//lazy val scala213 = "2.13.6"
43
lazy 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:
96
Global / excludeLintKeys += ThisBuild / Compile / console / fork
107

11-
128
lazy val introprog = (project in file("."))
139
.settings(
1410
name := Name,
1511
version := Version,
1612
scalaVersion := scala3,
17-
//crossScalaVersions := supportedScalaVersions,
1813
)
1914

2015
ThisBuild / Compile / console / fork := true
@@ -24,7 +19,6 @@ ThisBuild / versionScheme := Some("early-semver")
2419
ThisBuild / 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

0 commit comments

Comments
 (0)