Skip to content

Commit 559d29d

Browse files
Sebastian NadorpBenFradet
authored andcommitted
Bump specs2 to 4.3.6 (closes #53)
1 parent c5f3516 commit 559d29d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

project/Dependencies.scala

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import sbt._
1817

1918
object Dependencies {
2019
object V {
21-
val specs2 = "4.2.0"
2220
val catsCore = "1.5.0"
2321
val catsEffect = "1.1.0"
2422
val circe = "0.11.0"
23+
val specs2 = "4.3.6"
2524
}
2625

2726
object Libraries {
28-
val catsCore = "org.typelevel" %% "cats-core" % V.catsCore
29-
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect
30-
val circeCore = "io.circe" %% "circe-core" % V.circe
31-
val circeGeneric = "io.circe" %% "circe-generic" % V.circe
32-
val circeParser = "io.circe" %% "circe-parser" % V.circe
33-
val specs2Core = "org.specs2" %% "specs2-core" % V.specs2 % "test"
34-
val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % V.specs2 % "test"
27+
val catsCore = "org.typelevel" %% "cats-core" % V.catsCore
28+
val catsEffect = "org.typelevel" %% "cats-effect" % V.catsEffect
29+
val circeCore = "io.circe" %% "circe-core" % V.circe
30+
val circeGeneric = "io.circe" %% "circe-generic" % V.circe
31+
val circeParser = "io.circe" %% "circe-parser" % V.circe
32+
val specs2Core = "org.specs2" %% "specs2-core" % V.specs2 % "test"
33+
val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % V.specs2 % "test"
3534
}
3635
}

0 commit comments

Comments
 (0)