Skip to content

Commit

Permalink
Scala 2.12.18, Scala 2.13.11 (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jun 29, 2023
1 parent ef6662f commit 98659ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ object Dependencies {
// Version numbers

val Scala210 = "2.10.7"
val Scala212 = "2.12.13"
val Scala213 = "2.13.5"
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala = Seq(Scala212, Scala213)
val SbtScala = Seq(Scala212, Scala210)

Expand Down
2 changes: 1 addition & 1 deletion project/Doc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ object Unidoc extends AutoPlugin {
// down to two assuming https://github.com/typesafehub/genjavadoc/issues/66 is possible.
override lazy val projectSettings = inConfig(Genjavadoc)(Defaults.configSettings) ++ Seq(
ivyConfigurations += GenjavadocCompilerPlugin,
libraryDependencies += ("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.16" % "genjavadocplugin->default(compile)")
libraryDependencies += ("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.18" % "genjavadocplugin->default(compile)")
.cross(CrossVersion.full),
scalacOptions in Genjavadoc ++= Seq(
"-P:genjavadoc:out=" + (target.value / "java"),
Expand Down

0 comments on commit 98659ac

Please sign in to comment.