Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
- Update to Play 2.9.0
  • Loading branch information
fdimuccio committed Nov 9, 2023
1 parent 2071a86 commit fc7a958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/sockjs-chat/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name := "sockjs-chat"

version := "0.1"

scalaVersion := "2.13.3"
scalaVersion := "2.13.12"

enablePlugins(PlayScala)

libraryDependencies ++= Seq(
guice,
"com.github.fdimuccio" %% "play2-sockjs" % "0.8.1"
"com.github.fdimuccio" %% "play2-sockjs" % "0.9.0"
)
4 changes: 2 additions & 2 deletions samples/sockjs-protocol-test/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sockjs-protocol-test"

version := "0.1"

scalaVersion := "2.13.3"
scalaVersion := "2.13.12"

enablePlugins(PlayJava, PlayNettyServer)
disablePlugins(PlayAkkaHttpServer)
Expand All @@ -11,7 +11,7 @@ resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies ++= Seq(
guice,
"com.github.fdimuccio" %% "play2-sockjs" % "0.8.1"
"com.github.fdimuccio" %% "play2-sockjs" % "0.9.0"
)

javaOptions += "-Xmx1G"
Expand Down

0 comments on commit fc7a958

Please sign in to comment.