Merge pull request #10066 from scala-steward/update/scala-library-2.13.7

Update scala-library to 2.13.7
pull/10070/head
Thibault Duplessis 2021-11-02 17:13:50 +01:00 committed by GitHub
commit 27fb7719e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.6"
val globalScalaVersion = "2.13.7"
val useEpoll = sys.props.get("epoll").fold(false)(_.toBoolean)
if (useEpoll) println("--- epoll build ---")