Skip to content

Commit

Permalink
misc: benchmark-bridge and scala 2.12.15 attempt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Podsiadlo committed Feb 22, 2022
1 parent 51f1cf7 commit 8b7b3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization in ThisBuild := "com.example"
version in ThisBuild := "1.0-SNAPSHOT"

// the Scala version that will be used for cross-compiled libraries
scalaVersion in ThisBuild := "2.12.4"
scalaVersion in ThisBuild := "2.12.15"

val macwire = "com.softwaremill.macwire" %% "macros" % "2.3.0" % "provided"
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % Test
Expand Down

0 comments on commit 8b7b3ee

Please sign in to comment.