Skip to content

Commit

Permalink
Merge pull request #187 from typelevel/update/scala-library-2.13.16
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.16
  • Loading branch information
valencik authored Jan 16, 2025
2 parents 6abfbc3 + 715ec54 commit 68068cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val phantomDependencies = project
"org.typelevel" %%% "cats-effect" % "3.5.7",
"org.scalameta" %%% "munit" % "1.0.4" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.scala-lang" % "scala-library" % "2.13.15",
"org.scala-lang" % "scala-library" % "2.13.16",
"org.scala-lang" % "scala3-library_3" % "3.3.4"
),
)
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package = $organization$.$name;format="norm,word"$
organization_name = Example
year = 2024

scala_version = 2.13.15
scala_version = 2.13.16
other_scala_version = 3.3.4
jdk_version = 8

Expand Down

0 comments on commit 68068cb

Please sign in to comment.