Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8dda2d

Browse files
committedDec 2, 2023
Migrated scala-lang to scala3
1 parent c33a85b commit d8dda2d

30 files changed

+1
-0
lines changed
 

‎build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ lazy val scala_core_dates =
130130
lazy val scala_lang = (project in file("scala-lang-modules/scala-lang"))
131131
.settings(
132132
name := "scala-lang",
133+
scalaVersion := scala3Version,
133134
libraryDependencies ++=
134135
Seq(jUnitInterface) ++ scalaTestDeps
135136
)

0 commit comments

Comments
 (0)
Please sign in to comment.