Update scala-library to 2.13.7

pull/10066/head
Scala Steward 2021-11-01 18:34:12 +01:00
parent a20bf5ae4c
commit acd75a7083
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
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 ---")