We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76de7a commit cd61b01Copy full SHA for cd61b01
build.sbt
@@ -1,8 +1,8 @@
1
lazy val commonSettings = Seq(
2
organization := "com.whisk",
3
version := "0.10.0-beta8",
4
- scalaVersion := "2.13.0",
5
- crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12"),
+ scalaVersion := "2.13.3",
+ crossScalaVersions := Seq("2.13.3", "2.12.12", "2.11.12"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
7
fork in Test := true,
8
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments