Skip to content

Commit be0b97a

Browse files
committed
version 1.0.1-SNAPSHOT
1 parent 30494e4 commit be0b97a

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
@@ -57,7 +57,7 @@ lazy val scalaOAuth2Core = Project(
5757
settings = scalaOAuth2ProviderSettings ++ Seq(
5858
name := "scala-oauth2-core",
5959
description := "OAuth 2.0 server-side implementation written in Scala",
60-
version := "1.0.0",
60+
version := "1.0.1-SNAPSHOT",
6161
libraryDependencies ++= commonDependenciesInTestScope
6262
)
6363
)
@@ -68,7 +68,7 @@ lazy val play2OAuth2Provider = Project(
6868
settings = scalaOAuth2ProviderSettings ++ Seq(
6969
name := "play2-oauth2-provider",
7070
description := "Support scala-oauth2-core library on Playframework Scala",
71-
version := "1.0.0",
71+
version := "1.0.1-SNAPSHOT",
7272
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/maven-releases/",
7373
libraryDependencies ++= Seq(
7474
"com.typesafe.play" %% "play" % playVersion % "provided",
@@ -83,7 +83,7 @@ lazy val akkahttpOAuth2Provider = Project(
8383
settings = scalaOAuth2ProviderSettings ++ Seq(
8484
name := "akka-http-oauth2-provider",
8585
description := "Support scala-oauth2-core library on akka-http",
86-
version := "1.0.0",
86+
version := "1.0.1-SNAPSHOT",
8787
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/maven-releases/",
8888
libraryDependencies ++= Seq(
8989
"com.typesafe.akka" %% "akka-http-experimental" % akkaVersion,

0 commit comments

Comments
 (0)