Skip to content

Commit

Permalink
Update scala-library from 2.13.11 to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Sep 11, 2023
1 parent e6df83b commit b071a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Settings {
val commonSettings =
commonBuildSettings ++ testSettings ++ List(
organization := "org.broadinstitute.dsde.firecloud",
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
resolvers := proxyResolvers ++: resolvers.value ++: commonResolvers,
scalacOptions ++= commonCompilerSettings,
dependencyOverrides ++= transitiveDependencyOverrides
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Settings {
val commonSettings =
commonBuildSettings ++ commonAssemblySettings ++ commonTestSettings ++ List(
organization := "org.broadinstitute.dsde.firecloud",
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
resolvers := proxyResolvers ++: resolvers.value ++: commonResolvers,
scalacOptions ++= commonCompilerSettings,
dependencyOverrides ++= transitiveDependencyOverrides
Expand Down

0 comments on commit b071a1b

Please sign in to comment.