Skip to content

Commit 2675ef1

Browse files
committed
BAEL-18214 Configure Build Environment for Scala
- Changes to test PR Builder
1 parent 22a3b16 commit 2675ef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-scala/build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"
@@ -9,3 +9,4 @@ lazy val root = (project in file("."))
99
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % Test,
1010
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
1111
)
12+

0 commit comments

Comments
 (0)