Skip to content

Commit df9029b

Browse files
committed
bump version
1 parent 94af767 commit df9029b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
lazy val Version = "0.1.4"
1+
lazy val Version = "0.1.5"
22
lazy val Name = "introprog"
33

44
name := Name
55
version := Version
66
scalaVersion := "2.12.6"
77
fork in (Compile, console) := true
88

9-
artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
10-
artifact.name + "-" + module.revision + "." + artifact.extension
11-
}
9+
// artifactName := { (sv: ScalaVersion, module: ModuleID, artifact: Artifact) =>
10+
// artifact.name + "-" + module.revision + "." + artifact.extension
11+
// }
1212

1313
scalacOptions ++= Seq(
1414
"-encoding", "UTF-8",

0 commit comments

Comments
 (0)