Skip to content

Commit

Permalink
Merge pull request #113 from tiagniuk/patch-1
Browse files Browse the repository at this point in the history
Update Scala version - 2.13.12
  • Loading branch information
eed3si9n authored Oct 9, 2023
2 parents f85a50a + fb6b68a commit b0e16fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Dependencies._

ThisBuild / scalaVersion := "2.13.11"
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / version := "0.1.0-SNAPSHOT"
ThisBuild / organization := "com.example"
ThisBuild / organizationName := "example"
Expand Down

0 comments on commit b0e16fc

Please sign in to comment.