Skip to content

Commit 68cdd2c

Browse files
committed
BAEL-18214 moved build.sbt file to the top of hierarchy
1 parent f59df5b commit 68cdd2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core-scala/build.sbt renamed to build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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,

core-scala/project/build.properties

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

0 commit comments

Comments
 (0)