Skip to content

Commit 276c38a

Browse files
committed
remove cross-publishing in build
1 parent 50700b5 commit 276c38a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
lazy val Version = "1.2.0"
22
lazy val Name = "introprog"
3-
lazy val scala213 = "2.13.6"
3+
//lazy val scala213 = "2.13.6"
44
lazy val scala3 = "3.0.1"
5-
lazy val supportedScalaVersions = List(scala213, scala3)
5+
//lazy val supportedScalaVersions = List(scala213, scala3)
66

77
// to avoid strange warnings, these lines with excludeLintKeys are needed:
88
Global / excludeLintKeys += ThisBuild / Compile / console / fork
@@ -14,7 +14,7 @@ lazy val introprog = (project in file("."))
1414
name := Name,
1515
version := Version,
1616
scalaVersion := scala3,
17-
crossScalaVersions := supportedScalaVersions,
17+
//crossScalaVersions := supportedScalaVersions,
1818
)
1919

2020
ThisBuild / Compile / console / fork := true

0 commit comments

Comments
 (0)