Skip to content

Commit

Permalink
Merge pull request #42 from valencik/update-scala
Browse files Browse the repository at this point in the history
Update scala to 2.13.12
  • Loading branch information
daddykotex authored Dec 15, 2023
2 parents a2814f5 + 5842cf1 commit cb6badb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/$if(mill.truthy)$.$endif$/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object service extends SbtModule with Smithy4sModule {
def millSourcePath = os.pwd
def smithy4sInputDirs = T.sources(millSourcePath / "src" / "main" / "smithy")

def scalaVersion = "2.13.9"
def scalaVersion = "2.13.12"
override def ivyDeps = Agg(
ivy"com.disneystreaming.smithy4s::smithy4s-core:\${smithy4sVersion()}",
ivy"com.disneystreaming.smithy4s::smithy4s-http4s-swagger:\${smithy4sVersion()}",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.9"
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
Expand Down

0 comments on commit cb6badb

Please sign in to comment.