Skip to content

Commit

Permalink
Merge pull request #102 from eed3si9n/wip/bumpscala
Browse files Browse the repository at this point in the history
Use sjson-new 0.8.0
  • Loading branch information
eed3si9n committed Jul 28, 2017
2 parents 98a43eb + 7728e29 commit 2a53f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
inThisBuild(List(
version := "0.3.0-SNAPSHOT",
organization := "org.scala-sbt",
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
crossScalaVersions := Seq("2.12.3", "2.11.11", "2.10.6"),
scalaVersion := "2.10.6",
organizationName := "sbt",
organizationHomepage := Some(url("http://scala-sbt.org/")),
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/scala/ContrabandPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ object ContrabandPlugin extends AutoPlugin {
)

override def globalSettings = Seq(
contrabandSjsonNewVersion := "0.8.0-M4"
contrabandSjsonNewVersion := "0.8.0"
)
}

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=0.13.16-M1
sbt.version=0.13.16

0 comments on commit 2a53f93

Please sign in to comment.