From f382a578223a48c1e07e1f09923858f078c09ad4 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 22 Jan 2026 16:06:30 +0000 Subject: [PATCH] Update scala3-library to 3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee74757..7f3235a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges enablePlugins(SbtTwirl) enablePlugins(SbtPlugin) -val SCALA_3 = "3.7.4" +val SCALA_3 = "3.8.1" val SCALA_2 = "2.12.21" ThisBuild / crossScalaVersions := List(SCALA_3, SCALA_2)