diff --git a/project/Common.scala b/project/Common.scala index 426e1a28..3d967106 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -23,7 +23,7 @@ object Common extends AutoPlugin { organization := "org.playframework.anorm", sonatypeProfileName := "org.playframework", scalaVersion := "2.12.18", - crossScalaVersions := Seq("2.11.12", scalaVersion.value, "2.13.11", "3.3.1"), + crossScalaVersions := Seq("2.11.12", scalaVersion.value, "2.13.12", "3.3.1"), (Compile / unmanagedSourceDirectories) ++= { val sv = scalaVersion.value @@ -32,7 +32,7 @@ object Common extends AutoPlugin { (Test / unmanagedSourceDirectories) ++= scalaUnmanaged(scalaVersion.value, (Test / sourceDirectory).value), ThisBuild / libraryDependencies ++= { if (scalaBinaryVersion.value != "3") { - val silencerVersion = "1.7.13" + val silencerVersion = "1.7.14" Seq( compilerPlugin( diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f7188a0..05525e96 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true) ++ Seq( "Tatami Releases".at("https://raw.github.com/cchantep/tatami/master/releases") ) -addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.0.7")) +addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.get("interplay.version").getOrElse("3.1.5")) addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")