File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version = 3.9 .7
1
+ version = 3.9 .8
2
2
3
3
project.layout =StandardConvention
4
4
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ lazy val compiler = project
116
116
}
117
117
},
118
118
libraryDependencies += parserCombinators(scalaVersion.value),
119
- libraryDependencies += " org.scalameta" %% " parsers" % " 4.13.7 " ,
119
+ libraryDependencies += " org.scalameta" %% " parsers" % " 4.13.8 " ,
120
120
run / fork := true ,
121
121
buildInfoKeys := Seq [BuildInfoKey ](scalaVersion),
122
122
buildInfoPackage := " play.twirl.compiler" ,
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
8
8
9
9
addSbtPlugin(" org.playframework" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.7" ))
10
10
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
11
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
11
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
8
8
9
9
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
10
10
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
11
- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
11
+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
12
12
addSbtPlugin(" com.github.sbt" % " sbt-java-formatter" % " 0.10.0" )
13
13
addSbtPlugin(" ch.epfl.scala" % " sbt-bloop" % " 2.0.10" )
14
14
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
You can’t perform that action at this time.
0 commit comments