There was an error while loading. Please reload this page.
1 parent 09e6aa4 commit abe5b7dCopy full SHA for abe5b7d
1 file changed
build.sbt
@@ -33,24 +33,9 @@ lazy val root = project
33
"org.typelevel" %% "cats-core" % "2.12.0",
34
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
35
),
36
- credentials += Credentials(
37
- "Artifactory Realm",
38
- "flow.jfrog.io",
39
- System.getenv("ARTIFACTORY_USERNAME"),
40
- System.getenv("ARTIFACTORY_PASSWORD"),
41
- ),
42
scalacOptions ++= allScalacOptions,
43
crossScalaVersions := supportedScalaVersions,
44
)
45
46
-
47
version := "0.5.6"
48
49
-ThisBuild / publishTo := {
50
- val host = "https://flow.jfrog.io/flow"
51
- if (isSnapshot.value)
52
- Some("Artifactory Realm" at s"$host/libs-snapshot-local;build.timestamp=" + new java.util.Date().getTime)
53
- else
54
- Some("Artifactory Realm" at s"$host/libs-release-local")
55
-}
56
0 commit comments