From 4f206d1b8bc9542b967b2ce0dcbfebd0e9fa6f3d Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:21:32 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.0 in main (#1) Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> Signed-off-by: Shailesh Patil --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4a0ddca3..ff7a09ba 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") inThisBuild( Seq( - scalaVersion := "3.2.2", // Also update docs/publishWebsite.sh and any ref to scala-3.2.2 + scalaVersion := "3.3.0", // Also update docs/publishWebsite.sh and any ref to scala-3.2.2 ) ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 36aac8b8..73662df3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -41,7 +41,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") // sbt> dependencyUpdates // TEST COVERAGE -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7") // Needs scala version 3.2.2 +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7") // Needs scala version 3.3.0 // Revolver use for command 'reStart' (like the command 'run' but run on the backgroun by forking the app from sbt) addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")