From 41feb1b9aa325087edf70c7e0bb2de0063aa4b57 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 28 Sep 2024 00:16:53 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97f920bb..fcd36513 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.UpdateVersionInDocs lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.ox", - scalaVersion := "3.3.3", + scalaVersion := "3.3.4", updateDocs := Def.taskDyn { val files1 = UpdateVersionInDocs(sLog.value, organization.value, version.value) Def.task {