We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aa77e commit 1e09d5bCopy full SHA for 1e09d5b
src/main/g8/build.sbt
@@ -2,9 +2,9 @@ lazy val root = (project in file(".")).
2
settings(
3
inThisBuild(List(
4
organization := "com.example",
5
- scalaVersion := "2.13.3"
+ scalaVersion := "2.13.6"
6
)),
7
name := "scalatest-example"
8
)
9
10
-libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % Test
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.9" % Test
0 commit comments