Skip to content

Commit 7ab1c82

Browse files
committed
update Scala to 3.3.0
1 parent d51aa1b commit 7ab1c82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def module(name: String) = {
274274

275275
lazy val algebirdCore = module("core")
276276
.settings(
277-
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2"),
277+
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0"),
278278
initialCommands := """
279279
import com.twitter.algebird._
280280
""".stripMargin('|'),
@@ -313,7 +313,7 @@ val algebirdTestDependenciesSettings = Seq(
313313
lazy val algebirdTest = module("test")
314314
.settings(
315315
Test / testOptions ++= Seq(Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "4")),
316-
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.2")
316+
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0")
317317
)
318318
.settings(algebirdTestDependenciesSettings)
319319
.settings(compilerExtraSettings)

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.9.0

0 commit comments

Comments
 (0)