Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Non-AWS dependency updates #2727

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
9096ace
Update sbt-bloop to 2.0.2
wellcome-collection-scala-steward[bot] Oct 7, 2024
6a31d01
Update logback-access to 1.5.8
wellcome-collection-scala-steward[bot] Oct 7, 2024
e9a8c24
Update enumeratum to 1.7.5
wellcome-collection-scala-steward[bot] Oct 7, 2024
90ebef3
Update enumeratum-scalacheck to 1.7.5
wellcome-collection-scala-steward[bot] Oct 7, 2024
9a2f758
Update scala-csv to 1.4.1
wellcome-collection-scala-steward[bot] Oct 7, 2024
670ae25
Update fastparse to 3.1.1
wellcome-collection-scala-steward[bot] Oct 7, 2024
75dd275
Update mysql-connector-j to 8.4.0
wellcome-collection-scala-steward[bot] Oct 7, 2024
b4577fc
Update flyway-core to 10.19.0
wellcome-collection-scala-steward[bot] Oct 7, 2024
ba3e2c3
Update scala-library to 2.13.15
wellcome-collection-scala-steward[bot] Oct 7, 2024
6880171
Update scala-xml to 2.3.0
wellcome-collection-scala-steward[bot] Oct 7, 2024
0f30e67
Update sbt to 1.10.2
wellcome-collection-scala-steward[bot] Oct 7, 2024
d3467de
Update scalafmt-core to 3.8.3
wellcome-collection-scala-steward[bot] Oct 7, 2024
066e20f
Reformat with scalafmt 3.8.3
wellcome-collection-scala-steward[bot] Oct 7, 2024
06eccf0
Add 'Reformat with scalafmt 3.8.3' to .git-blame-ignore-revs
wellcome-collection-scala-steward[bot] Oct 7, 2024
3e38ad0
Update scalacheck-1-14 to 3.2.2.0
wellcome-collection-scala-steward[bot] Oct 7, 2024
96d56ca
Update scalikejdbc to 3.5.0
wellcome-collection-scala-steward[bot] Oct 7, 2024
6df0a66
Merge branch 'main' into update/non_aws
paul-butcher Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scala-library to 2.13.15
  • Loading branch information
commit ba3e2c3f6cd8d084a9cafeda9c56c99ab0040f77
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import sbt._

object Common {
val settings: Seq[Def.Setting[_]] = Seq(
scalaVersion := "2.12.20",
scalaVersion := "2.13.15",
organization := "weco",
scalacOptions ++= Seq(
"-deprecation",
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.12.20"
scalaVersion := "2.13.15"
scalacOptions ++= Seq(
"-deprecation",
"-feature"