Skip to content

Commit b58284a

Browse files
authored
Update specs2 to 4.6.0
1 parent 2bd2d1a commit b58284a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lazy val baseSettings = commonSettings ++ Seq(
2525
),
2626
publishMavenStyle := true,
2727
resolvers += "sonatype releases" at "https://oss.sonatype.org/content/repositories/releases",
28-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.5.1" % "test",
28+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.6.0" % "test",
2929
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
3030
publishArtifact in Test := false,
3131
pomIncludeRepository := { x => false },

0 commit comments

Comments
 (0)