Skip to content

Commit

Permalink
Update Scala version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Sep 8, 2023
1 parent 01fc3b4 commit e51d24e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ lazy val V = new {
val scala213BinaryVersion = "2.13"
val scala212 = "2.12.15"
val scalatest = "3.2.13"
val scala3 = "3.3.0"
val scala3 = "3.3.1"
val scalafix = "0.11.0"
val organizeImports = "0.4.3"
val catsCore = "2.7.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
> migrateTypes aggregate-project

# check aggregate-project is migrated
> ++3.3.0!
> ++3.3.1!
> aggregate-project / compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
> migrateSyntax integration-test
> migrateTypes integration-test

> ++3.3.0!
> ++3.3.1!
> integration-test / IntegrationTest / compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
> migrateSyntax library-dependencies
> migrateTypes library-dependencies

> ++3.3.0!
> ++3.3.1!
> library-dependencies / compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
> migrateSyntax managed-sources
> migrateTypes managed-sources

> ++3.3.0!
> ++3.3.1!
> managed-sources / compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> migrateSyntax syntax-migration

> ++3.3.0!
> ++3.3.1!
> syntax-migration / Test / compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> migrateTypes type-inference-migration

> ++3.3.0!
> ++3.3.1!
> type-inference-migration / Test / compile

0 comments on commit e51d24e

Please sign in to comment.