Skip to content

Commit c252e9f

Browse files
committed
added sonatype as resolver
1 parent 19bb97a commit c252e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scalacOptions ++= Seq("-optimize", "-unchecked", "-deprecation", "-Xcheckinit",
1515

1616
crossScalaVersions := Seq("2.9.0", "2.9.0-1", "2.9.1", "2.9.1-1", "2.9.2", "2.9.3", "2.10.0", "2.10.1", "2.10.2", "2.10.3", "2.10.4", "2.11.0", "2.11.1")
1717

18-
scalaVersion := "2.10.0"
18+
scalaVersion := "2.10.4"
1919

2020
libraryDependencies ++= Seq(
2121
"org.json4s" %% "json4s-jackson" % "3.2.10",
@@ -129,6 +129,8 @@ pomExtra <<= (pomExtra, name, description) {(pom, name, desc) => pom ++ Group(
129129
</developers>
130130
)}
131131

132+
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/releases"
133+
132134
assemblySettings
133135

134136
jarName in assembly := "swagger-codegen.jar"

0 commit comments

Comments
 (0)