Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge branch 'topic/0.4.0_sbt1.0.0-M6' into wip/cross
Browse files Browse the repository at this point in the history
# Conflicts:
#	.travis.yml
  • Loading branch information
eed3si9n committed Jun 11, 2017
2 parents b0d9e37 + 25f8f0e commit 4ae76a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: scala
sudo: false
script: sbt test
script: sbt ++2.12.2 ^^1.0.0-M6 test
jdk: oraclejdk8
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ lazy val root = (project in file("."))
"org.slf4j" % "slf4j-nop" % "1.7.7"), // https://github.com/softprops/bintray-sbt/issues/26
resolvers += Resolver.sonatypeRepo("releases")
)
.settings(
scalaVersion := "2.12.2",
sbtVersion in Global := "1.0.0-M5",
scalaCompilerBridgeSource :=
("org.scala-sbt" % "compiler-interface" % "0.13.15" % "component").sources
)
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.15
sbt.version=0.13.16-M1

0 comments on commit 4ae76a7

Please sign in to comment.