From f9ebb0aed91db138b6a7ecdaabe6494555bd9e23 Mon Sep 17 00:00:00 2001 From: "C.Solovev" Date: Wed, 8 Dec 2021 14:01:20 +0400 Subject: [PATCH] Temporary remove supports scala 3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5353c1..725b7c8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( organization := "com.whisk", version := "0.10.0-RC", scalaVersion := "2.13.6", - crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"), + crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12"), scalacOptions ++= Seq("-feature", "-deprecation"), Test / fork := true, licenses += ("MIT", url("http://opensource.org/licenses/MIT")),