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

Commit

Permalink
Merge branch 'master' into update/scalatest-3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishiking authored Sep 19, 2019
2 parents 7f68cef + 29a80da commit f3b6f58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.0.0-RC5"
version = "2.0.1"
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
jdk:
- oraclejdk8
- openjdk8

stages:
- name: test
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scalafmtV = "2.0.0-RC8"
val metaconfigV = "0.9.3"
val scalafmtV = "2.0.1"
val metaconfigV = "0.9.4"
val scalatestV = "3.0.8"
val scoptV = "3.7.1"
val similarityV = "1.2.1"
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.2.6
sbt.version = 1.3.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.5")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.2")

0 comments on commit f3b6f58

Please sign in to comment.