Skip to content

Commit cb345a7

Browse files
committed
Migrated scala-core-4 to scala 3
1 parent fb9c61e commit cb345a7

33 files changed

+12
-5
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ lazy val scala2_core = (project in file("scala-core-modules/scala2-core"))
6161
lazy val scala_core_4 = (project in file("scala-core-modules/scala-core-4"))
6262
.settings(
6363
name := "scala-core-4",
64+
scalaVersion := scala3Version,
6465
libraryDependencies ++= scalaTestDeps,
6566
libraryDependencies += jUnitInterface,
6667
libraryDependencies += scalaReflection

scala-core-modules/scala-core-4/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- [Type Declaration in Scala](https://www.baeldung.com/scala/type-declaration)
66
- [Implicitly in Scala](https://www.baeldung.com/scala/implicitly)
77
- [Path-Dependent Types in Scala](https://www.baeldung.com/scala/path-dependent-types)
8-
- [Type Disjunction (Union Types) in Scala](https://www.baeldung.com/scala/type-disjunction)
98
- [Private and Protected Constructors in Scala](https://www.baeldung.com/scala/private-protected-constructors)
109
- [Difference Between assert and require in Scala](https://www.baeldung.com/scala/assert-vs-require)
1110
- [How To Use Structural Types in Scala](https://www.baeldung.com/scala/structural-types)

0 commit comments

Comments
 (0)