From 4c64ee10c0f051645c88337c71ef5758352e137d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 23:16:58 +0000 Subject: [PATCH] Update tasty-core to 3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6188a44..03ed643 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val disciplineVersion = "2.3.0" // Multiple Scala versions support val scala_2_13 = "2.13.15" -val scala_3 = "3.3.4" +val scala_3 = "3.6.1" val mainScalaVersion = scala_2_13 val supportedScalaVersions = Seq(scala_2_13, scala_3)