Skip to content

Commit ea2270d

Browse files
authored
Merge pull request #1 from SethTisue/version-bumps
version bumps
2 parents a1b4829 + 7cca629 commit ea2270d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=0.13.17

src/main/g8/build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ lazy val root = (project in file(".")).
22
settings(
33
inThisBuild(List(
44
organization := "com.example",
5-
scalaVersion := "2.12.1"
5+
scalaVersion := "2.12.4"
66
)),
77
name := "scalatest-example"
88
)
99

10-
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.1"
11-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
10+
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.4"
11+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "test"

src/main/g8/project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=0.13.17

0 commit comments

Comments
 (0)