From dcfcc96790ff215268ff1e91d32fa1b2d79deebb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 00:40:19 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb3354c..76103ee 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.12" +ThisBuild / scalaVersion := "2.13.13" val versions = new { val outwatch = "1.0.0"