Skip to content

Commit

Permalink
Merge branch 'pr/123'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkawachi committed Sep 16, 2018
2 parents 082f920 + fdf5de5 commit a1a5c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ val versions = new {
}

lazy val root = (project in file(".")).settings(
sbtPlugin := true,
scalaVersion := "2.12.6",
crossSbtVersions := Vector("1.1.6"),
organization := "com.github.tkawachi",
Expand Down Expand Up @@ -59,4 +58,4 @@ lazy val root = (project in file(".")).settings(
)
),
testFrameworks += new TestFramework("utest.runner.Framework")
)
).enablePlugins(SbtPlugin)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.3

0 comments on commit a1a5c90

Please sign in to comment.