File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ ThisBuild / version := "1.0-SNAPSHOT"
3
3
ThisBuild / organization := " com.baeldung"
4
4
ThisBuild / organizationName := " core-scala"
5
5
6
- lazy val core_scala = (project in file(" core- scala" ))
6
+ lazy val scala_core = (project in file(" scala-core " ))
7
7
.settings(
8
- name := " core- scala" ,
8
+ name := " scala-core " ,
9
9
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.5" % Test ,
10
10
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test"
11
11
)
12
12
13
- lazy val core_scala_oop = (project in file(" core- scala-oop" ))
13
+ lazy val scala_core_oop = (project in file(" scala-core -oop" ))
14
14
.settings(
15
- name := " core- scala-oop" ,
15
+ name := " scala-core -oop" ,
16
16
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.5" % Test ,
17
17
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test"
18
18
)
19
19
20
- lazy val lang_scala = (project in file(" lang- scala" ))
20
+ lazy val scala_lang = (project in file(" scala-lang " ))
21
21
.settings(
22
- name := " lang- scala" ,
22
+ name := " scala-lang " ,
23
23
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.5" % Test ,
24
24
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % " test"
25
25
)
You can’t perform that action at this time.
0 commit comments