Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Sep 12, 2018
1 parent 94af767 commit df9029b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
lazy val Version = "0.1.4"
lazy val Version = "0.1.5"
lazy val Name = "introprog"

name := Name
version := Version
scalaVersion := "2.12.6"
fork in (Compile, console) := true

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

scalacOptions ++= Seq(
"-encoding", "UTF-8",
Expand Down

0 comments on commit df9029b

Please sign in to comment.