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 a7eb2ea commit 8a30ab4Copy full SHA for 8a30ab4
project/build.scala
@@ -23,7 +23,7 @@ object MyBuild extends Build {
23
scalacOptions := Seq("-deprecation", "-language:postfixOps"),
24
resolvers ++= Seq(
25
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/",
26
- "amateras-repo" at "http://amateras.sourceforge.jp/mvn-snapshot/"
+ "amateras-snapshot-repo" at "http://amateras.sourceforge.jp/mvn-snapshot/"
27
),
28
libraryDependencies ++= Seq(
29
"gitbucket" % "gitbucket-assembly" % "3.11.0-SNAPSHOT" % "provided",
0 commit comments