Skip to content

Commit

Permalink
Merge pull request #225 from geirolz/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.0
  • Loading branch information
geirolz authored Aug 9, 2023
2 parents a64d08d + 0658a90 commit 9c3d5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ lazy val prjPackageName = prjName.replaceAll("[^\\p{Alpha}\\d]+", ".")
lazy val prjDescription = "A functional wrapper for Flywayy"
lazy val prjOrg = "com.github.geirolz"
lazy val scala213 = "2.13.11"
lazy val scala32 = "3.2.2"
lazy val supportedScalaVersions = List(scala213, scala32)
lazy val scala33 = "3.3.0"
lazy val supportedScalaVersions = List(scala213, scala33)

//## global project to no publish ##
lazy val fly4s: Project = project
Expand Down

0 comments on commit 9c3d5cd

Please sign in to comment.