We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328b5e5 commit f65c2e1Copy full SHA for f65c2e1
build.sbt
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
2
3
lazy val commonSettings = scalariformSettings ++ Seq(
4
organization := "com.softwaremill.akka-http-session",
5
- version := "0.3.0-SNAPSHOT",
+ version := "0.3.0",
6
scalaVersion := "2.11.8",
7
crossScalaVersions := Seq(scalaVersion.value, "2.12.0"),
8
scalacOptions ++= Seq("-unchecked", "-deprecation"),
@@ -39,7 +39,7 @@ lazy val commonSettings = scalariformSettings ++ Seq(
39
homepage := Some(new java.net.URL("http://softwaremill.com"))
40
)
41
42
-val akkaHttpVersion = "10.0.0-RC2"
+val akkaHttpVersion = "10.0.0"
43
44
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.1" % "test"
45
0 commit comments