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 14ab162 commit 14d9a25Copy full SHA for 14d9a25
build.sbt
@@ -6,7 +6,7 @@ lazy val root = (project in file(".")).
6
scalaVersion := "2.13.8",
7
version := "1.0"
8
)),
9
- name := "leetcode-scala",
+ name := "leetcode-in-scala",
10
libraryDependencies += scalaTest % Test,
11
libraryDependencies += scalacticTest % Test
12
)
0 commit comments