diff --git a/.scalafmt.conf b/.scalafmt.conf index 1f22f13..c0b0993 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -7,4 +7,4 @@ newlines.topLevelStatementBlankLines = [ ] rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala213 -version=3.8.2 +version=3.8.3 diff --git a/build.sbt b/build.sbt index f87d56b..fcc572b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,3 @@ -import sbt.util - val isScala3 = Def.setting(CrossVersion.partialVersion(scalaVersion.value).exists(_._1 != 2)) // Dependencies @@ -12,7 +10,7 @@ val disciplineVersion = "2.3.0" // Multiple Scala versions support val scala_2_13 = "2.13.15" -val scala_3 = "3.3.3" +val scala_3 = "3.3.4" val mainScalaVersion = scala_2_13 val supportedScalaVersions = Seq(scala_2_13, scala_3) @@ -144,4 +142,4 @@ lazy val sealedMonad = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings( name := "sealed-monad", description := "Scala library for nice for-comprehension-style error handling" - ) + ) \ No newline at end of file diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2