From c85d6d5b6bf06f24de614b61a290c4c0d8c229f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 May 2024 15:41:30 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 51c39bf..c800433 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "play-auto-refresh" organization := "com.jamesward" -scalaVersion := "2.12.19" +scalaVersion := "2.13.14" scalacOptions ++= Seq("-unchecked", "-deprecation")