revert to scala 2.13.6 until metals supports 2.13.7

pull/10075/head
Thibault Duplessis 2021-11-03 08:23:52 +01:00
parent f93bda69ee
commit e58db8fd69
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ object BuildSettings {
import Dependencies._
val lilaVersion = "3.2"
val globalScalaVersion = "2.13.7"
val globalScalaVersion = "2.13.6"
val useEpoll = sys.props.get("epoll").fold(false)(_.toBoolean)
if (useEpoll) println("--- epoll build ---")