Skip to content

Commit

Permalink
update Scala to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i10416 committed Jun 4, 2023
1 parent d51aa1b commit 7ab1c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def module(name: String) = {

lazy val algebirdCore = module("core")
.settings(
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2"),
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0"),
initialCommands := """
import com.twitter.algebird._
""".stripMargin('|'),
Expand Down Expand Up @@ -313,7 +313,7 @@ val algebirdTestDependenciesSettings = Seq(
lazy val algebirdTest = module("test")
.settings(
Test / testOptions ++= Seq(Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "4")),
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2")
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
)
.settings(algebirdTestDependenciesSettings)
.settings(compilerExtraSettings)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.9.0

0 comments on commit 7ab1c82

Please sign in to comment.