We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfa4e7 + 95e8b94 commit 32eb7eeCopy full SHA for 32eb7ee
2 files changed
project/Dependencies.scala
@@ -9,14 +9,14 @@ import sbt._
9
object Dependencies {
10
11
object ScalaVersions {
12
- val scala212 = "2.12.19"
+ val scala212 = "2.12.20"
13
val scala213 = "2.13.14"
14
val scala3 = "3.3.3"
15
}
16
17
object Versions {
18
val play: String = "2.9.5"
19
- val ebean = "15.5.0"
+ val ebean = "15.5.2"
20
val typesafeConfig = "1.4.3"
21
22
project/plugins.sbt
@@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
6
7
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
0 commit comments