Skip to content

Commit 1f3b843

Browse files
committed
update build bump versions add comments
1 parent 4884e14 commit 1f3b843

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
lazy val Version = "1.1.2"
1+
lazy val Version = "1.1.3"
22
lazy val Name = "introprog"
33

44
name := Name
55
version := Version
6-
scalaVersion := "2.12.8"
6+
scalaVersion := "2.12.9"
77
fork in (Compile, console) := true
88

99
scalacOptions ++= Seq(
@@ -31,11 +31,11 @@ scalacOptions in (Compile, doc) ++= Seq(
3131
"-doc-source-url", s"https://github.com/lunduniversity/introprog-scalalib/tree/master€{FILE_PATH}.scala"
3232
)
3333

34-
// Below enables publishing to central.sonatype.org according to
35-
// https://www.scala-sbt.org/release/docs/Using-Sonatype.html
36-
// sbt> publishedSigned
37-
38-
// useGpg := true // error in travis build, as publish plugin in local ~/.sbt
34+
// Below enables publishing to central.sonatype.org
35+
// see PUBLISH.md for instructions
36+
// usage inside sbt:
37+
// sbt> publishSigned
38+
// DON'T PANIC: it takes looong time to run it
3939

4040
ThisBuild / organization := "se.lth.cs"
4141
ThisBuild / organizationName := "LTH"

0 commit comments

Comments
 (0)