From ea4e935dccf982f922d61cdee75e5d4c419063d8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 19:02:20 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9039e6b..553321d 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := "ReactiveDesignPatterns" version in ThisBuild := "1.0.0" -scalaVersion := "2.13.8" +scalaVersion := "2.13.10" scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.8", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint")