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.
1 parent 22a3b16 commit 2675ef1Copy full SHA for 2675ef1
core-scala/build.sbt
@@ -1,4 +1,4 @@
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"
@@ -9,3 +9,4 @@ lazy val root = (project in file("."))
9
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test,
10
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
11
)
12
+
0 commit comments