Skip to content

Commit

Permalink
add upgrade to scala 2.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Nov 2, 2023
1 parent 461628f commit 7c4d6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fips-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<scala.version>2.12.11</scala.version>
<scala.version>2.12.15</scala.version>
<scala.compat.version>2.12</scala.compat.version>
<spec2.version>4.2.0</spec2.version>
<snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<scala.version>2.12.11</scala.version>
<scala.version>2.12.15</scala.version>
<scala.compat.version>2.12</scala.compat.version>
<spec2.version>4.2.0</spec2.version>
<snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
<version.scala.binary>${scala.compat.version}</version.scala.binary>
<doctitle>Snowpark ${project.version}</doctitle>
<scoverage.plugin.version>1.4.0</scoverage.plugin.version>
<scoverage.plugin.version>1.4.11</scoverage.plugin.version>
<bouncycastle.version>1.64</bouncycastle.version>
<scoverage.aggregate>true</scoverage.aggregate>
<scalaPluginVersion>4.3.0</scalaPluginVersion>
Expand Down

0 comments on commit 7c4d6c9

Please sign in to comment.