We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f06ad17 + 68cdd2c commit 1995dd5Copy full SHA for 1995dd5
core-scala/build.sbt renamed to build.sbt
@@ -1,12 +1,11 @@
1
- ThisBuild / scalaVersion := "2.12.7"
+ThisBuild / scalaVersion := "2.12.7"
2
ThisBuild / version := "1.0-SNAPSHOT"
3
ThisBuild / organization := "com.baeldung"
4
ThisBuild / organizationName := "core-scala"
5
6
-lazy val root = (project in file("."))
+lazy val root = (project in file("core-scala"))
7
.settings(
8
name := "core-scala",
9
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test,
10
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
11
)
12
-
core-scala/project/build.properties
0 commit comments