Skip to content

Commit 2b561f4

Browse files
committed
Build: Bump test dependencies
1 parent 3fc4be1 commit 2b561f4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import VersionHelper.{versionFmt, fallbackVersion}
22

3-
// Lets me depend on Maven Central artifacts immediately without waiting
4-
resolvers += Resolver.sonatypeCentralSnapshots
5-
63
// Makes sure to increment the version for local development
74
ThisBuild / version := dynverGitDescribeOutput.value
85
.mkVersion(out => versionFmt(out, dynverSonatypeSnapshots.value), fallbackVersion(dynverCurrentDate.value))

project/Versions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Versions {
1212

1313
// -- Test --
1414

15-
val ScalaTest = "3.2.14"
15+
val ScalaTest = "3.2.19"
1616

17-
val Ew = "0.2.0"
17+
val Ew = "0.3.0"
1818
}

0 commit comments

Comments
 (0)