Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: required
services:
- docker
scala:
- 2.11.8
- 2.12.1
- 2.11.11
- 2.12.3
jdk:
- oraclejdk8
cache:
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object ProjectPlugin extends AutoPlugin {
organizationEmail = "[email protected]"
),
orgLicenseSetting := ApacheLicense,
scalaVersion := "2.11.8",
scalaVersion := "2.11.11",
scalaOrganization := "org.scala-lang",
javacOptions ++= Seq("-encoding", "UTF-8", "-Xlint:-options"),
fork in Test := false,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M8")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.1")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.3.2")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.12")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.0-SNAPSHOT"
version in ThisBuild := "0.3.0-SNAPSHOT"