Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 882f1a3

Browse files
committed
Update specs2 to version 3.7
1 parent cf4d913 commit 882f1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828

2929
val jquery = Def.setting { "be.doeraene" %%% "scalajs-jquery" % "0.8.1" }
3030

31-
val specs2 = "org.specs2" %% "specs2" % "2.3.11" % Test
31+
val specs2 = "org.specs2" %% "specs2" % "3.7" % Test
3232

3333
val scopt = "com.github.scopt" %% "scopt" % "3.3.0"
3434

0 commit comments

Comments
 (0)