From ea21545438aaa14801cd1481f8c860a1ced3ab79 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 19:48:37 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee4ad90..21dc345 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := IgnoreSourceChanges // not working well with we name := "OutwatchExample" ThisBuild / version := "0.1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.13.16" +ThisBuild / scalaVersion := "2.13.18" val versions = new { val outwatch = "1.1.0"