diff --git a/build.sbt b/build.sbt index c793938b..91b64129 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,8 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} import Tests.* -val scala213 = "2.13.10" +val scala213 = "2.13.12" + val scala3 = "3.3.1" name := "scarango" diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 777abcca..43048ff9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,13 +14,13 @@ object Dependencies { val catsEffect: String = "3.5.1" - val fs2: String = "3.8.0" + val fs2: String = "3.9.2" val scribe: String = "3.11.9" val scalaMeta: String = "4.8.7" - val scalaTest: String = "3.2.16" + val scalaTest: String = "3.2.17" val catsEffectTesting: String = "1.5.0" } diff --git a/project/build.properties b/project/build.properties index e2e1cd84..dde206f7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.3 \ No newline at end of file +sbt.version=1.9.6 \ No newline at end of file