Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 7, 2019
2 parents b86989d + 5a63595 commit 4261ea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ scala:
- 2.10.6
- 2.11.12
- 2.12.6
- 2.13.0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ See the guide on [getting started with swagger](http://swagger.io) to get starte
sbt publishLocal
```

## Security contact

Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker.

License
-------

Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import Defaults._

organization := "io.swagger"

version := "1.0.5"
version := "1.0.6-SNAPSHOT"

scalaVersion := "2.11.12"

crossScalaVersions := Seq("2.10.6", scalaVersion.value, "2.12.6")
crossScalaVersions := Seq("2.10.6", scalaVersion.value, "2.12.6", "2.13.0")

organizationHomepage in ThisBuild := Some(url("http://swagger.io"))

Expand All @@ -25,8 +25,8 @@ pomIncludeRepository := { x => false }
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"io.swagger" % "swagger-core" % "1.5.22",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.8",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.9",
"junit" % "junit" % "4.12" % "test"
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.2
sbt.version=1.2.8

0 comments on commit 4261ea2

Please sign in to comment.