From d390ec74a6cd36d8286c691a9a71d316b164af70 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 21:16:42 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 422fb1a..633c0f8 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "play-auto-refresh" organization := "com.jamesward" -scalaVersion := "2.12.18" +scalaVersion := "2.12.19" scalacOptions ++= Seq("-unchecked", "-deprecation")