File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- lazy val Version = " 1.1.2 "
1+ lazy val Version = " 1.1.3 "
22lazy val Name = " introprog"
33
44name := Name
55version := Version
6- scalaVersion := " 2.12.8 "
6+ scalaVersion := " 2.12.9 "
77fork in (Compile , console) := true
88
99scalacOptions ++= 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
4040ThisBuild / organization := " se.lth.cs"
4141ThisBuild / organizationName := " LTH"
You can’t perform that action at this time.
0 commit comments