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 2d76db4 commit 12c7e29Copy full SHA for 12c7e29
build.sbt
@@ -6,10 +6,6 @@ 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
-// }
12
-
13
scalacOptions ++= Seq(
14
"-encoding", "UTF-8",
15
"-unchecked",
@@ -67,3 +63,7 @@ ThisBuild / publishTo := {
67
63
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
68
64
}
69
65
ThisBuild / publishMavenStyle := true
66
+
+//https://oss.sonatype.org/#stagingRepositories
+//https://oss.sonatype.org/#nexus-search;quick~se.lth.cs
+//https://repo1.maven.org/maven2/se/lth/cs/introprog_2.12/
0 commit comments