Skip to content

Commit

Permalink
Temporary remove supports scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoGit committed Dec 8, 2021
1 parent 8cac4d2 commit f9ebb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit f9ebb0a

Please sign in to comment.