Skip to content

Commit 1995dd5

Browse files
authored
Merge pull request #2 from Baeldung/task/BAEL-18214_2
BAEL-18214 Configure Build Environment for Scala
2 parents f06ad17 + 68cdd2c commit 1995dd5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
ThisBuild / scalaVersion := "2.12.7"
1+
ThisBuild / scalaVersion := "2.12.7"
22
ThisBuild / version := "1.0-SNAPSHOT"
33
ThisBuild / organization := "com.baeldung"
44
ThisBuild / organizationName := "core-scala"
55

6-
lazy val root = (project in file("."))
6+
lazy val root = (project in file("core-scala"))
77
.settings(
88
name := "core-scala",
99
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test,
1010
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
1111
)
12-

core-scala/project/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)