From a36fb17364a6d58374f45cb63b5ff98012c1e092 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Oct 2022 13:11:33 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bee9e0a..a5cf869 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val buildSettings = Seq( organization := "com.github.benfradet", version := "0.7.0-SNAPSHOT", - scalaVersion := "2.13.8" + scalaVersion := "2.13.10" ) lazy val compilerOptions = Seq(