From 9022ac068266845e6da3873f161c05d1bc3673e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 17:41:29 +0000 Subject: [PATCH] Update scala3-library, ... to 3.7.3 --- build.sbt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index 2e1c8e0..6c9265b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val sharedSettings = Seq( - scalaVersion := "3.7.1", + scalaVersion := "3.7.3", scalacOptions ++= Seq( "-new-syntax", // "-no-indent", @@ -24,13 +24,7 @@ lazy val vigilo = .withoutSuffixFor(JVMPlatform) .in(file("vigilo")) .settings(sharedSettings *) - .settings( - name := "vigilo", - organization := "io.vigilo", - version := "0.0.1" - ) - .jvmSettings( - libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" - ) + .settings(name := "vigilo", organization := "io.vigilo", version := "0.0.1") + .jvmSettings(libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test") // configure Scala-Native settings .nativeSettings( /* ... */ ) // defined in sbt-scala-native