diff --git a/build.sbt b/build.sbt index be7b61e..a551242 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", @@ -32,4 +32,4 @@ lazy val decoda = libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" ) // configure Scala-Native settings - .nativeSettings( /* ... */ ) // defined in sbt-scala-native \ No newline at end of file + .nativeSettings( /* ... */ ) // defined in sbt-scala-native