From d74ff4eb6bb7a887aab1a82babe9b9b17769753c Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Tue, 21 Jan 2025 01:32:22 +0100 Subject: [PATCH] Update scala3-library to 3.6.3 (#729) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9f29c0f..962c4618 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import scala.sys.process.Process import scala.util.Try val scala2Version = "2.13.14" -val scala3Version = "3.6.2" +val scala3Version = "3.6.3" val tapirVersion = "1.11.13"