From ac60ffcd970d06b3e29dc6458ec65f7befb40d15 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 21 Feb 2022 14:59:37 +0800 Subject: [PATCH] Update scala-library to 2.13.8 (#87) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5740723..4b202d0 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ inThisBuild( Seq( - scalaVersion := "2.13.7", + scalaVersion := "2.13.8", scalafmtOnCompile := true, scalacOptions ++= Seq( "-deprecation",