Skip to content

Commit

Permalink
bump up version to 1.6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Oct 6, 2023
1 parent 2e2ac6c commit 2335539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ lazy val root = (project in file("."))
scalaOAuth2ProviderSettings,
name := "scala-oauth2-core",
description := "OAuth 2.0 server-side implementation written in Scala",
version := "1.6.0",
version := "1.6.1-SNAPSHOT",
libraryDependencies ++= commonDependenciesInTestScope
)

0 comments on commit 2335539

Please sign in to comment.