Skip to content

Commit

Permalink
Scala 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sullivan committed Jun 7, 2018
1 parent 1bb5acd commit 3d1e7d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ cache:

scala:
- 2.11.12
- 2.12.4
- 2.12.6

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.scala
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val scala212 = "2.12.4"
val scala212 = "2.12.6"
val scala211 = "2.11.12"
val scala210 = "2.10.7"

Expand Down
2 changes: 1 addition & 1 deletion sbt-scalaxb/src/sbt-test/sbt-scalaxb/address/build.sbt
Expand Up @@ -4,7 +4,7 @@ val scalaParser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.
lazy val root = (project in file(".")).
enablePlugins(ScalaxbPlugin).
settings(
scalaVersion := "2.12.4",
scalaVersion := "2.12.6",
name := "mavenxsd",
scalaxbAutoPackages in (Compile, scalaxb) := true,
scalaxbGenerateMutable in (Compile, scalaxb) := true,
Expand Down

0 comments on commit 3d1e7d0

Please sign in to comment.