From 54d1979a94469dae96ea73b0d4f63525fe48b289 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 10 Jul 2026 00:55:52 +0000 Subject: [PATCH] Update scala3-library to 3.3.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f41b21..1edb8d3 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each ex lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp", - scalaVersion := "3.3.7", + scalaVersion := "3.3.8", Test / scalacOptions += "-Wconf:msg=unused value of type org.scalatest.Assertion:s", Test / scalacOptions += "-Wconf:msg=unused value of type org.scalatest.compatible.Assertion:s", Test / test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-l", "Integration"),