scala 2.13.5

pull/8265/head
Thibault Duplessis 2021-02-25 18:58:00 +01:00
parent 52b3f363af
commit c889363fa4
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.4"
val globalScalaVersion = "2.13.5"
val useEpoll = sys.props.get("epoll").fold(false)(_.toBoolean)
if (useEpoll) println("--- epoll build ---")