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 94af767 commit df9029bCopy full SHA for df9029b
build.sbt
@@ -1,14 +1,14 @@
1
-lazy val Version = "0.1.4"
+lazy val Version = "0.1.5"
2
lazy val Name = "introprog"
3
4
name := Name
5
version := Version
6
scalaVersion := "2.12.6"
7
fork in (Compile, console) := true
8
9
-artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
10
- artifact.name + "-" + module.revision + "." + artifact.extension
11
-}
+// artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
+// artifact.name + "-" + module.revision + "." + artifact.extension
+// }
12
13
scalacOptions ++= Seq(
14
"-encoding", "UTF-8",
0 commit comments