Skip to content

Commit 1e09d5b

Browse files
committed
bump Scala (2.13.6), ScalaTest (3.2.9) versions
1 parent e6aa77e commit 1e09d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/g8/build.sbt

Lines changed: 2 additions & 2 deletions
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)