Skip to content

Commit f65c2e1

Browse files
committed
0.3.0 release, updating to akka-http 10
1 parent 328b5e5 commit f65c2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
lazy val commonSettings = scalariformSettings ++ Seq(
44
organization := "com.softwaremill.akka-http-session",
5-
version := "0.3.0-SNAPSHOT",
5+
version := "0.3.0",
66
scalaVersion := "2.11.8",
77
crossScalaVersions := Seq(scalaVersion.value, "2.12.0"),
88
scalacOptions ++= Seq("-unchecked", "-deprecation"),
@@ -39,7 +39,7 @@ lazy val commonSettings = scalariformSettings ++ Seq(
3939
homepage := Some(new java.net.URL("http://softwaremill.com"))
4040
)
4141

42-
val akkaHttpVersion = "10.0.0-RC2"
42+
val akkaHttpVersion = "10.0.0"
4343

4444
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.1" % "test"
4545

0 commit comments

Comments
 (0)