Skip to content

Commit f9ebb0a

Browse files
committed
Temporary remove supports scala 3
1 parent 8cac4d2 commit f9ebb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val commonSettings = Seq(
22
organization := "com.whisk",
33
version := "0.10.0-RC",
44
scalaVersion := "2.13.6",
5-
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12", "3.0.2"),
5+
crossScalaVersions := Seq("2.13.6", "2.12.15", "2.11.12"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),
77
Test / fork := true,
88
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)