From 653d749fed2e117557bffbb898713b1429cf6ad9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 13:31:08 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bee9e0a..e0539ce 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.12" ) lazy val compilerOptions = Seq(