From 853e4d63508d4601b12cade66705dd1d922c633b Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 29 Sep 2024 00:03:03 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7710f0b..afbc5a6 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "robobrowser" organization := "com.outr" version := "1.7.2" -val scala213: String = "2.13.13" +val scala213: String = "2.13.15" val scala3: String = "3.3.3"