Skip to content

Commit 83cc7ee

Browse files
authored
Merge pull request #51 from SethTisue/version-bumps
bump Scala (2.13.6), ScalaTest (3.2.9) versions
2 parents e6aa77e + 1e09d5b commit 83cc7ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/g8/build.sbt

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

10-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % Test
10+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % Test

0 commit comments

Comments
 (0)