Skip to content

Commit

Permalink
Scala 3.3.1 / 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Sep 11, 2023
1 parent 106fdaf commit ef1da01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit ef1da01

Please sign in to comment.