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

Commit 1380eeb

Browse files
committed
Updating dependencies
1 parent 221f5ab commit 1380eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ lazy val commonSettings = scalariformSettings ++ Seq(
3636
homepage := Some(new java.net.URL("http://softwaremill.com"))
3737
)
3838

39-
val akkaHttpVersion = "2.0-M2"
39+
val akkaHttpVersion = "2.0"
4040

41-
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
41+
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.5" % "test"
4242

4343
lazy val rootProject = (project in file("."))
4444
.settings(commonSettings: _*)
@@ -54,7 +54,7 @@ lazy val core: Project = (project in file("core"))
5454
libraryDependencies ++= Seq(
5555
"com.typesafe.akka" %% "akka-http-experimental" % akkaHttpVersion,
5656
"com.typesafe.akka" %% "akka-http-testkit-experimental" % akkaHttpVersion % "test",
57-
"org.scalacheck" %% "scalacheck" % "1.12.4" % "test",
57+
"org.scalacheck" %% "scalacheck" % "1.12.5" % "test",
5858
scalaTest
5959
)
6060
)

0 commit comments

Comments
 (0)