From 2004bf198fb13c280b9ffca545768470cd9e5af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Gawry=C5=9B?= Date: Wed, 17 Feb 2021 13:47:27 +0100 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a3e0eba..64d7deb 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ addCommandAlias("release", ";+clean ;+package ;+publishSigned") val Scala212 = "2.12.10" ThisBuild / scalaVersion := Scala212 -ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.1", "3.0.0-M3") +ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.1", "3.0.0-RC1") ThisBuild / scalacOptions ++= Seq( // Note, this is used by the doc-source-url feature to determine the