Skip to content

Commit

Permalink
chore: upgrade Scala 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Feb 26, 2024
1 parent 2a6aea9 commit 88a1d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val root = (project in file("."))
organizationHomepage := Some(new URI("https://gatling.io").toURL),
startYear := Some(2011),
licenses := Seq("Apache-2.0" -> new URI("http://www.apache.org/licenses/LICENSE-2.0.html").toURL),
scalaVersion := "2.12.18",
scalaVersion := "2.12.19",
scalacOptions := Seq(
"-encoding",
"UTF-8",
Expand Down

0 comments on commit 88a1d98

Please sign in to comment.